Fixed Nightmare
This commit is contained in:
parent
70742e3637
commit
d0c14a1dc1
|
@ -73,7 +73,7 @@
|
||||||
op = BattleScreen.OwnPokemon
|
op = BattleScreen.OwnPokemon
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If op.Status <> Pokemon.StatusProblems.Sleep Then
|
If op.Status = Pokemon.StatusProblems.Sleep Then
|
||||||
If own = True Then
|
If own = True Then
|
||||||
BattleScreen.FieldEffects.OppNightmare = 1
|
BattleScreen.FieldEffects.OppNightmare = 1
|
||||||
Else
|
Else
|
||||||
|
@ -84,4 +84,4 @@
|
||||||
|
|
||||||
End Class
|
End Class
|
||||||
|
|
||||||
End Namespace
|
End Namespace
|
||||||
|
|
Loading…
Reference in New Issue