mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fixed Endure
This commit is contained in:
parent
26d057fa51
commit
ce523bd6b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user