mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 00:34:38 +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
|
||||
End If
|
||||
|
||||
If dive > 0 And moveUsed.CanHitInMidAir = False Then
|
||||
If dive > 0 And moveUsed.CanHitUnderwater = False Then
|
||||
DoesNotMiss = False
|
||||
End If
|
||||
End If
|
||||
|
Loading…
x
Reference in New Issue
Block a user