瀏覽代碼

Update Assets/Scripts/CardEffect/ST24/Green/ST24_10.cs

Co-authored-by: hooperk <hooperk@tcd.ie>
x89rt2 3 月之前
父節點
當前提交
092e8c888d
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      Assets/Scripts/CardEffect/ST24/Green/ST24_10.cs

+ 1 - 4
Assets/Scripts/CardEffect/ST24/Green/ST24_10.cs

@@ -97,10 +97,7 @@ namespace DCGO.CardEffects.ST24
 
                     if (selectedPermanent != null)
                     {
-                        if (!selectedPermanent.TopCard.CanNotBeAffected(activateClass))
-                        {
-                            yield return ContinuousController.instance.StartCoroutine(new SuspendPermanentsClass(_targetPermanents, hashtable).Tap());
-                        }
+                        yield return ContinuousController.instance.StartCoroutine(new SuspendPermanentsClass(_targetPermanents, CardEffectCommons.CardEffectHashtable(activateClass)).Tap());
 
                         CanNotUnsuspendClass canNotUnsuspendClass = new CanNotUnsuspendClass();
                         canNotUnsuspendClass.SetUpICardEffect("Can't Unsuspend", CanUseCondition1, card);