Fixed Shiel Dust interaction

This commit is contained in:
CaptainSegis 2016-09-24 16:20:58 -05:00
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