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…
Reference in New Issue