mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Updated Gen 9 descriptions to make them fit
This commit is contained in:
@@ -187,7 +187,7 @@ EventHandlers.add(:on_step_taken, :auto_move_player,
|
||||
# the party. Those species use this information to evolve.
|
||||
EventHandlers.add(:on_step_taken, :party_pokemon_distance_tracker,
|
||||
proc { |event|
|
||||
$player.party.each_pokemon do |pkmn|
|
||||
$player.pokemon_party.each do |pkmn|
|
||||
next if ![:PAWMO, :BRAMBLIN, :RELLOR].include?(pkmn.species)
|
||||
pkmn.evolution_counter += 1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user