mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Adds art gallery
This commit is contained in:
@@ -228,7 +228,7 @@ def pbBattleOnStepTaken(repel_active)
|
||||
if isFusedEncounter()
|
||||
encounter_fusedWith = getEncounter(encounter_type)
|
||||
if encounter[0] != encounter_fusedWith[0]
|
||||
encounter[0] = getFusionSpecies(encounter[0], encounter_fusedWith[0])
|
||||
encounter[0] = getFusionSpeciesSymbol(encounter[0], encounter_fusedWith[0])
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user