mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Added some Gen 8 item effects, added super shininess
This commit is contained in:
@@ -217,7 +217,7 @@ Events.onStepTaken += proc { |_sender,_e|
|
||||
next if egg.steps_to_hatch <= 0
|
||||
egg.steps_to_hatch -= 1
|
||||
for i in $Trainer.pokemon_party
|
||||
next if !i.hasAbility?(:FLAMEBODY) && !i.hasAbility?(:MAGMAARMOR)
|
||||
next if ![:FLAMEBODY, :MAGMAARMOR, :STEAMENGINE].include?(i.ability_id)
|
||||
egg.steps_to_hatch -= 1
|
||||
break
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user