x89rt2 5 hónapja
szülő
commit
31e5599698
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      Assets/Scripts/CardEffect/P/Black/P_070.cs

+ 2 - 2
Assets/Scripts/CardEffect/P/Black/P_070.cs

@@ -21,7 +21,7 @@ public class P_070 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[Security] At the end of the battle, reveal the top card of your deck. If it's a black Digimon card with a play cost of 4 or less, you may play it without paying its memory cost. Add the remaining cards to your hand. Then, add this card to its owner's hand.";
+                return "[Security] At the end of the battle, reveal the top card of your deck. If it's a black Digimon card with a play cost of 4 or less, you may play it without paying its memory cost. Add the remaining cards to your hand. Then, add this card to its owner's hand.";
             }
 
 
@@ -53,7 +53,7 @@ public class P_070 : CEntity_Effect
 
                 string EffectDiscription1()
                 {
-                    return "Reveal the top card of your deck. If it's a black Digimon card with a play cost of 4 or less, you may play it without paying its memory cost. Add the remaining cards to your hand. Then, add this card to its owner's hand.";
+                    return "Reveal the top card of your deck. If it's a black Digimon card with a play cost of 4 or less, you may play it without paying its memory cost. Add the remaining cards to your hand. Then, add this card to its owner's hand.";
                 }
 
                 bool CanSelectCardCondition(CardSource cardSource)