Przeglądaj źródła

Update BT9_015.cs

x89rt2 5 miesięcy temu
rodzic
commit
7fc393a679
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Assets/Scripts/CardEffect/BT9/Red/BT9_015.cs

+ 1 - 1
Assets/Scripts/CardEffect/BT9/Red/BT9_015.cs

@@ -31,7 +31,7 @@ public class BT9_015 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[When Digivolving] This Digimon gains <Security Attack +1> (This Digimon checks 1 additional security card) until the end of your opponent's turn. Then, if this Digimon has [MetalGreymon] or [X Antibody] in its digivolution cards, this Digimon gets +3000 DP until the end of your opponent's next turn.";
+                return "[When Digivolving] This Digimon gains <Security Attack +1> (This Digimon checks 1 additional security card) until the end of your opponent's turn. Then, if this Digimon has [MetalGreymon] or [X Antibody] in its digivolution cards, this Digimon gets +3000 DP until the end of your opponent's next turn.";
             }
 
             bool CanUseCondition(Hashtable hashtable)