change from a hard coded boost to doubled

This commit is contained in:
darkfire006 2022-12-20 01:22:49 -06:00
parent 9d370f269b
commit d230d55456

View File

@ -61,7 +61,7 @@
op = BattleScreen.OwnPokemon op = BattleScreen.OwnPokemon
End If End If
If op.Status = Pokemon.StatusProblems.Poison OrElse op.Status = Pokemon.StatusProblems.BadPoison Then If op.Status = Pokemon.StatusProblems.Poison OrElse op.Status = Pokemon.StatusProblems.BadPoison Then
Return 130 Return Me.Power * 2
Else Else
Return Me.Power Return Me.Power
End If End If