Sfoglia il codice sorgente

Update BT22_083.cs

Lewisaaronwelch 1 anno fa
parent
commit
6f34ae38d4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Assets/CardEffect/BT22/Red/BT22_083.cs

+ 1 - 1
Assets/CardEffect/BT22/Red/BT22_083.cs

@@ -224,7 +224,7 @@ namespace DCGO.CardEffects.BT22
                 bool CanUseCondition(Hashtable hashtable)
                 {
                     return CardEffectCommons.IsExistOnBattleArea(card)
-                           && CardEffectCommons.CanTriggerOnAttackTargetSwitch(hashtable, null);
+                           && CardEffectCommons.CanTriggerOnAttackTargetSwitch(hashtable, card);
                 }
 
                 bool CanActivateCondition(Hashtable hashtable)