mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Fixed moves taught via battle Debug menu not working, fixed Max Mushrooms showing the stat up animation for every stat
This commit is contained in:
@@ -484,7 +484,7 @@ MenuHandlers.add(:battle_pokemon_debug_menu, :teach_move, {
|
||||
next
|
||||
end
|
||||
pkmn.learn_move(new_move)
|
||||
battler&.moves&.push(Battle::Move.from_pokemon_move(self, pkmn.moves.last))
|
||||
battler&.moves&.push(Battle::Move.from_pokemon_move(battle, pkmn.moves.last))
|
||||
pbMessage("\\ts[]" + _INTL("{1} learned {2}!", pkmn.name, move_name))
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user