Forráskód Böngészése

Update BT15_024.cs

x89rt2 4 hónapja
szülő
commit
1c6c1c5a28
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      Assets/Scripts/CardEffect/BT15/Blue/BT15_024.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT15/Blue/BT15_024.cs

@@ -284,7 +284,7 @@ namespace DCGO.CardEffects.BT15
 
                 string EffectDiscription()
                 {
-                    return "[When Attacking][Once Per Turn] When this Digimon attacks a player, <Draw 1>. (Draw 1 card from your deck.)";
+                    return "[When Attacking][Once Per Turn] <Draw 1>. (Draw 1 card from your deck.)";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)
@@ -311,4 +311,4 @@ namespace DCGO.CardEffects.BT15
             return cardEffects;
         }
     }
-}
+}