mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-23 13:55:38 +02:00
change from a hard coded boost to doubled
This commit is contained in:
parent
9d370f269b
commit
d230d55456
@ -61,7 +61,7 @@
|
||||
op = BattleScreen.OwnPokemon
|
||||
End If
|
||||
If op.Status = Pokemon.StatusProblems.Poison OrElse op.Status = Pokemon.StatusProblems.BadPoison Then
|
||||
Return 130
|
||||
Return Me.Power * 2
|
||||
Else
|
||||
Return Me.Power
|
||||
End If
|
||||
|
Loading…
x
Reference in New Issue
Block a user