mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fixed Shiel Dust interaction
This commit is contained in:
parent
3f81f195bd
commit
df3aad92a8
@ -1612,7 +1612,7 @@
|
||||
|
||||
If effectiveness <> 0 Then
|
||||
Dim canUseEffect As Boolean = True
|
||||
If op.Ability.Name.ToLower() = "shield dust" Then
|
||||
If op.Ability.Name.ToLower() = "shield dust" And moveUsed.HasSecondaryEffect = True Then
|
||||
If BattleScreen.FieldEffects.CanUseAbility(Not own, BattleScreen) = True Then
|
||||
canUseEffect = False
|
||||
End If
|
||||
|
Loading…
x
Reference in New Issue
Block a user