Fixed null reference crash related to Sucker Punch move

This commit is contained in:
CaptainSegis 2016-11-02 00:55:41 -05:00
parent 68e277bf13
commit d145750ce4
1 changed files with 3 additions and 1 deletions

View File

@ -470,7 +470,9 @@
Exit Sub
End If
OppStep = GetOppStep(BattleScreen, OwnStep)
Dim OppStep = GetOppStep(BattleScreen, OwnStep)
Me.OwnStep = OwnStep
Me.OppStep = OppStep
BattleScreen.OwnFaint = False '''
BattleScreen.OppFaint = False '''
If OwnStep.StepType = RoundConst.StepTypes.Move Then