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