mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fixed Guts and Toxic Boost
Fixed the boost conditions
This commit is contained in:
parent
034f2825fc
commit
28521bd6b2
@ -1184,7 +1184,7 @@
|
||||
End If
|
||||
End If
|
||||
Case "guts"
|
||||
If p.Status = Pokemon.StatusProblems.Paralyzed Or p.Status = Pokemon.StatusProblems.Poison Or p.Status = Pokemon.StatusProblems.Burn Or p.Status = Pokemon.StatusProblems.Sleep Then
|
||||
If p.Status = Pokemon.StatusProblems.Paralyzed Or p.Status = Pokemon.StatusProblems.Poison Or p.Status = Pokemon.StatusProblems.Burn Or p.Status = Pokemon.StatusProblems.Sleep Or p.Status = Pokemon.StatusProblems.BadPoison Then
|
||||
AM = 1.5F
|
||||
End If
|
||||
Case "hustle"
|
||||
@ -1200,7 +1200,7 @@
|
||||
End If
|
||||
End If
|
||||
Case "toxic boost"
|
||||
If Op.Status = Pokemon.StatusProblems.Poison Or Op.Status = Pokemon.StatusProblems.BadPoison Then
|
||||
If p.Status = Pokemon.StatusProblems.Poison Or p.Status = Pokemon.StatusProblems.BadPoison Then
|
||||
AM = 1.5F
|
||||
End If
|
||||
Case "defeatist"
|
||||
|
Loading…
x
Reference in New Issue
Block a user