mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 06:15:05 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user