mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
More tweaks from the Rubocop overlord
This commit is contained in:
@@ -244,7 +244,7 @@ class DayCare
|
||||
shiny_retries.times do
|
||||
break if egg.shiny?
|
||||
egg.shiny = nil # Make it recalculate shininess
|
||||
egg.personalID = rand(2**16) | rand(2**16) << 16
|
||||
egg.personalID = rand(2**16) | (rand(2**16) << 16)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user