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…
Reference in New Issue