瀏覽代碼

Update BT25_025.cs

Lewisaaronwelch 3 月之前
父節點
當前提交
f0571dc31d
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      Assets/Scripts/CardEffect/BT25/Blue/BT25_025.cs

+ 8 - 1
Assets/Scripts/CardEffect/BT25/Blue/BT25_025.cs

@@ -39,9 +39,16 @@ namespace DCGO.CardEffects.BT25
 
             #endregion
 
+            #region Blocker
+            if (timing == EffectTiming.None)
+            {
+                cardEffects.Add(CardEffectFactory.BlockerSelfStaticEffect(isInheritedEffect: false, card: card, condition: null));
+            }
+            #endregion
+
             #region Shared OP / WD
 
-            string SharedEffectName = "De-Digivovle(1) 1 opponent digimon, then if 3 or less security, 1 of your digimon unsuspends";
+            string SharedEffectName = "<De-Digivolve 1> 1 opponent digimon, then if 3 or less security, 1 of your digimon unsuspends";
 
             string SharedEffectDescription(string tag) => $"[{tag}] <De-Digivolve 1> 1 of your opponent's Digimon. Then, if you have 3 or fewer security cards, 1 of your Digimon unsuspends.";