mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Typo fix
This commit is contained in:
@@ -192,7 +192,7 @@ Events.onStartBattle += proc { |_sender|
|
||||
$PokemonTemp.party_critical_hits_dealt = []
|
||||
for i in 0...$Trainer.party.length
|
||||
$PokemonTemp.party_levels_before_battle[i] = $Trainer.party[i].level
|
||||
$PokemonTemp.party_critical_hits_dealt = 0
|
||||
$PokemonTemp.party_critical_hits_dealt[i] = 0
|
||||
end
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user