mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-23 22:05:36 +02:00
Fixed Endure
This commit is contained in:
parent
26d057fa51
commit
ce523bd6b0
@ -1511,7 +1511,7 @@
|
|||||||
If substitute = 0 Then
|
If substitute = 0 Then
|
||||||
Dim endure As Integer = BattleScreen.FieldEffects.OppEndure
|
Dim endure As Integer = BattleScreen.FieldEffects.OppEndure
|
||||||
If own = False Then
|
If own = False Then
|
||||||
endure = BattleScreen.FieldEffects.OppEndure
|
endure = BattleScreen.FieldEffects.OwnEndure
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Dim endureWorked As Boolean = False
|
Dim endureWorked As Boolean = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user