mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 17:25:22 +02:00
Fix dive checking the wrong canhit move property
This commit is contained in:
parent
5e87f04d73
commit
13fa3f52d2
@ -1817,7 +1817,7 @@
|
|||||||
dive = BattleScreen.FieldEffects.OwnDiveCounter
|
dive = BattleScreen.FieldEffects.OwnDiveCounter
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If dive > 0 And moveUsed.CanHitInMidAir = False Then
|
If dive > 0 And moveUsed.CanHitUnderwater = False Then
|
||||||
DoesNotMiss = False
|
DoesNotMiss = False
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user