Fixed Endure

This commit is contained in:
Capt_Segis 2016-09-18 20:05:25 -05:00 committed by GitHub
parent 26d057fa51
commit ce523bd6b0
1 changed files with 1 additions and 1 deletions

View File

@ -1511,7 +1511,7 @@
If substitute = 0 Then
Dim endure As Integer = BattleScreen.FieldEffects.OppEndure
If own = False Then
endure = BattleScreen.FieldEffects.OppEndure
endure = BattleScreen.FieldEffects.OwnEndure
End If
Dim endureWorked As Boolean = False