Преглед изворни кода

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()
                 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)
                 bool CanUseCondition(Hashtable hashtable)
@@ -224,4 +224,4 @@ namespace DCGO.CardEffects.P
             return cardEffects;
             return cardEffects;
         }
         }
     }
     }
-}
+}