Fixed Nightmare

This commit is contained in:
Capt_Segis 2016-09-16 20:55:56 -05:00 committed by GitHub
parent 70742e3637
commit d0c14a1dc1
1 changed files with 2 additions and 2 deletions

View File

@ -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