mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
additional triple fusions + small pokedex fixes
This commit is contained in:
@@ -87,7 +87,11 @@ class Player < Trainer
|
||||
end
|
||||
|
||||
def set_seen_triple(species)
|
||||
species_id = GameData::Species.try_get(species)&.species
|
||||
if species.is_a?(Pokemon)
|
||||
species_id = species.species
|
||||
else
|
||||
species_id = GameData::Species.try_get(species)&.species
|
||||
end
|
||||
return if species_id.nil?
|
||||
@seen_triple[species_id] = true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user