x89rt2 5 месяцев назад
Родитель
Сommit
a764853ec8
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      Assets/Scripts/CardEffect/BT2/White/BT2_082.cs

+ 3 - 3
Assets/Scripts/CardEffect/BT2/White/BT2_082.cs

@@ -21,7 +21,7 @@ public class BT2_082 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[When Attacking] You may play 1 [Diaboromon] Token without paying its memory cost. (Diaboromon Tokens are level 6 white Digimon with a memory cost of 14, 3000 DP, and are Mega form, Unidentified type, and Unknown attribute.)";
+                return "[When Attacking] You may play 1 [Diaboromon] Token without paying its memory cost. (Diaboromon Tokens are level 6 white Digimon with a memory cost of 14, 3000 DP, and are Mega form, Unidentified type, and Unknown attribute.)";
             }
 
             bool CanUseCondition(Hashtable hashtable)
@@ -58,7 +58,7 @@ public class BT2_082 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[All Turns] When this Digimon would be deleted in battle�, you may delete one of your other [Diaboromon] to prevent this Digimon from being deleted. ";
+                return "[All Turns] When this Digimon would be deleted in battle�, you may delete one of your other [Diaboromon] to prevent this Digimon from being deleted. ";
             }
 
             bool CanSelectPermanentCondition(Permanent permanent)
@@ -155,4 +155,4 @@ public class BT2_082 : CEntity_Effect
 
         return cardEffects;
     }
-}
+}