Przeglądaj źródła

Update BT15_020.cs

x89rt2 4 miesięcy temu
rodzic
commit
26ad462db8
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Assets/Scripts/CardEffect/BT15/Blue/BT15_020.cs

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

@@ -139,7 +139,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)
@@ -166,4 +166,4 @@ namespace DCGO.CardEffects.BT15
             return cardEffects;
         }
     }
-}
+}