mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
Fixes meloetta form change
This commit is contained in:
@@ -49,7 +49,9 @@ class PokeBattle_Move_003 < PokeBattle_SleepMove
|
||||
#reverse the fusion if it's a meloA and meloP fusion
|
||||
# There's probably a smarter way to do this but laziness lol
|
||||
if is_meloetta_A && is_meloetta_P
|
||||
if user.pokemon.species_data.get_body_species() == :MELOETTA_A
|
||||
body_id = user.pokemon.species_data.get_body_species()
|
||||
body_species = GameData::Species.get(body_id)
|
||||
if body_species == :MELOETTA_A
|
||||
changeSpeciesSpecific(user.pokemon,:B467H466)
|
||||
else
|
||||
changeSpeciesSpecific(user.pokemon,:B466H467)
|
||||
|
||||
Reference in New Issue
Block a user