x89rt2 пре 4 месеци
родитељ
комит
bd56f33cef
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      Assets/Scripts/CardEffect/ST23/Black/ST23_14.cs

+ 2 - 1
Assets/Scripts/CardEffect/ST23/Black/ST23_14.cs

@@ -80,7 +80,8 @@ namespace DCGO.CardEffects.ST23
 
                 bool CanActivateCondition(Hashtable hashtable)
                 {
-                    return CardEffectCommons.IsExistOnBattleArea(card);
+                    return CardEffectCommons.IsExistOnBattleArea(card)
+                        && card.PermanentOfThisCard().CanSuspend;
                 }
 
                 bool CanSelectPermanentCondition(Permanent permanent)