mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 22:54:59 +00:00
Renamed all battle-related classes and modules
This commit is contained in:
@@ -640,7 +640,7 @@ MultipleForms.register(:ZACIAN, {
|
||||
move.id = :BEHEMOTHBLADE
|
||||
battler.moves.each_with_index do |b_move, i|
|
||||
next if b_move.id != :IRONHEAD
|
||||
battler.moves[i] = PokeBattle_Move.from_pokemon_move(battle, move)
|
||||
battler.moves[i] = Battle::Move.from_pokemon_move(battle, move)
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -665,7 +665,7 @@ MultipleForms.register(:ZAMAZENTA, {
|
||||
move.id = :BEHEMOTHBASH
|
||||
battler.moves.each_with_index do |b_move, i|
|
||||
next if b_move.id != :IRONHEAD
|
||||
battler.moves[i] = PokeBattle_Move.from_pokemon_move(battle, move)
|
||||
battler.moves[i] = Battle::Move.from_pokemon_move(battle, move)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user