mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
Forgot a thing
This commit is contained in:
parent
38acb8955b
commit
255fc12aee
@ -91,7 +91,7 @@
|
|||||||
Next
|
Next
|
||||||
Else
|
Else
|
||||||
avgTeamBaseAttack += (BattleScreen.OppPokemon.BaseAttack / 10)
|
avgTeamBaseAttack += (BattleScreen.OppPokemon.BaseAttack / 10)
|
||||||
pokemonCounter = 1
|
pokemonCounter += 1
|
||||||
End If
|
End If
|
||||||
If pokemonCounter <> 0 Then
|
If pokemonCounter <> 0 Then
|
||||||
avgTeamBaseAttack = avgTeamBaseAttack / pokemonCounter
|
avgTeamBaseAttack = avgTeamBaseAttack / pokemonCounter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user