ソースを参照

Reversion of change, as it requires our perm to be attackinf

Lewisaaronwelch 1 年間 前
コミット
9ab522c4a2
1 ファイル変更1 行追加1 行削除
  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.CanTriggerOnPermanentAttackTargetSwitch(hashtable, null);
+                           && CardEffectCommons.CanTriggerOnAttackTargetSwitch(hashtable, null);
                 }
 
                 bool CanActivateCondition(Hashtable hashtable)