mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +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
|
||||
|
||||
@@ -564,6 +564,10 @@ class PokemonParty_Scene
|
||||
return ret
|
||||
end
|
||||
|
||||
def pbChooseNumber(helptext, maximum, initnum = 1)
|
||||
return UIHelper.pbChooseNumber(@sprites["helpwindow"], helptext, maximum, initnum) { pbUpdate }
|
||||
end
|
||||
|
||||
def pbSetHelpText(helptext)
|
||||
helpwindow = @sprites["helpwindow"]
|
||||
pbBottomLeftLines(helpwindow,1)
|
||||
|
||||
Reference in New Issue
Block a user