x89rt2 5 месяцев назад
Родитель
Сommit
0ec71b67af
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Assets/Scripts/CardEffect/BT10/Red/BT10_008.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT10/Red/BT10_008.cs

@@ -33,7 +33,7 @@ namespace DCGO.CardEffects.BT10
 
                 string EffectDiscription()
                 {
-                    return "[On Play] Reveal the top 3 cards of your deck. Add 1 Digimon card and 1 Tamer card both with [Xros Heart] in their traits among them to your hand. Place the rest at the bottom of your deck in any order.";
+                    return "[On Play] Reveal the top 3 cards of your deck. Add 1 Digimon card and 1 Tamer card both with [Xros Heart] in their traits among them to your hand. Place the rest at the bottom of your deck in any order.";
                 }
 
                 bool CanSelectCardCondition(CardSource cardSource)
@@ -135,4 +135,4 @@ namespace DCGO.CardEffects.BT10
             return cardEffects;
         }
     }
-}
+}