فهرست منبع

Update P_207.cs (#605)

Co-authored-by: Lewisaaronwelch <48370571+LewisWelch94@users.noreply.github.com>
x89rt2 6 ماه پیش
والد
کامیت
8a95edaefa
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Assets/Scripts/CardEffect/P/Yellow/P_207.cs

+ 2 - 2
Assets/Scripts/CardEffect/P/Yellow/P_207.cs

@@ -157,7 +157,7 @@ namespace DCGO.CardEffects.P
 
                 string EffectDiscription()
                 {
-                    return "You may play 1 level 4 or lower Digimon card with [Avian], [Bird], [Beast], [Animal] or [Sovereign] in any of its traits (other than [Sea Animal]) or the [TS] trait from your trash without paying the cost.";
+                    return "[When Attacking] [Once Per Turn] You may play 1 level 4 or lower Digimon card with [Avian], [Bird], [Beast], [Animal] or [Sovereign], other than [Sea Animal], in any of its traits or the [TS] trait from your trash without paying the cost.";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)
@@ -224,4 +224,4 @@ namespace DCGO.CardEffects.P
             return cardEffects;
         }
     }
-}
+}