mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 06:04:59 +00:00
6.4 update (minus sprites)
This commit is contained in:
@@ -1753,7 +1753,7 @@ class PokeBattle_Move_060 < PokeBattle_Move
|
||||
end
|
||||
if !checkedTerrain
|
||||
case @battle.environment
|
||||
when :Grass, :TallGrass
|
||||
when :Grass, :TallGrass, :Grass_alt1,:Grass_alt2,:Grass_alt3,
|
||||
@newType = :GRASS
|
||||
when :MovingWater, :StillWater, :Puddle, :Underwater
|
||||
@newType = :WATER
|
||||
|
||||
@@ -1659,7 +1659,8 @@ class PokeBattle_Move_0B6 < PokeBattle_Move
|
||||
:TECHNOBLAST, # Genesect (Gen 5)
|
||||
:THOUSANDARROWS, # Zygarde (Gen 6)
|
||||
:THOUSANDWAVES, # Zygarde (Gen 6)
|
||||
:VCREATE # Victini (Gen 5)
|
||||
:VCREATE, # Victini (Gen 5)
|
||||
:FAKEMOVE #not a real move
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
@@ -2086,9 +2086,7 @@ end
|
||||
Events.onEndBattle += proc { |_sender,_e|
|
||||
$Trainer.party.each_with_index do |value, i|
|
||||
pokemon = $Trainer.party[i]
|
||||
if pokemon.isFusionOf(:U_NECROZMA)
|
||||
pokemon.changeFormSpecies(:U_NECROZMA,:NECROZMA)
|
||||
end
|
||||
pokemon.changeFormSpecies(:U_NECROZMA,:NECROZMA) if pokemon.isFusionOf(:U_NECROZMA)
|
||||
end
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user