mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
shadow_pokemon.txt now supports sections for individual forms of a species
This commit is contained in:
@@ -30,9 +30,7 @@ class Pokemon
|
||||
end
|
||||
|
||||
def shadow_data
|
||||
ret = GameData::ShadowPokemon.try_get(species_data.id)
|
||||
ret = GameData::ShadowPokemon.try_get(@species) if !ret
|
||||
return ret
|
||||
return GameData::ShadowPokemon.get_species_form(@species, form_simple)
|
||||
end
|
||||
|
||||
def max_gauge_size
|
||||
|
||||
Reference in New Issue
Block a user