mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fixed Nightmare
This commit is contained in:
parent
70742e3637
commit
d0c14a1dc1
@ -73,7 +73,7 @@
|
||||
op = BattleScreen.OwnPokemon
|
||||
End If
|
||||
|
||||
If op.Status <> Pokemon.StatusProblems.Sleep Then
|
||||
If op.Status = Pokemon.StatusProblems.Sleep Then
|
||||
If own = True Then
|
||||
BattleScreen.FieldEffects.OppNightmare = 1
|
||||
Else
|
||||
@ -84,4 +84,4 @@
|
||||
|
||||
End Class
|
||||
|
||||
End Namespace
|
||||
End Namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user