mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Merged species Type1/Type2 into Types, did the same for Pokemon and Battler
This commit is contained in:
@@ -645,7 +645,7 @@ GameData::Evolution.register({
|
||||
#===============================================================================
|
||||
def pbEvolutionEvent(number)
|
||||
return if !$player
|
||||
$player.able_pokemon_party.each do |pkmn|
|
||||
$player.able_party.each do |pkmn|
|
||||
pkmn.trigger_event_evolution(number)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user