x89rt2 3 месяцев назад
Родитель
Сommit
40b647b69f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Assets/Scripts/CardEffect/BT25/Green/BT25_047.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT25/Green/BT25_047.cs

@@ -35,7 +35,7 @@ namespace DCGO.CardEffects.BT25
                 activateClass.SetUpActivateClass(CanActivateCondition, ActivateCoroutine, -1, false, EffectDiscription());
                 cardEffects.Add(activateClass);
 
-                string EffectDiscription() => "[On Play]  Reveal the top 3 cards of your deck. Add 1 [Vegetation] or [Shaman] trait card and 1 [TS] trait card among them to the hand. Return the rest to the bottom of the deck.";
+                string EffectDiscription() => "[On Play] Reveal the top 3 cards of your deck. Add 1 [Vegetation] or [Shaman] trait card and 1 [TS] trait card among them to the hand. Return the rest to the bottom of the deck.";
 
 
                 bool FirstCardSelection(CardSource cardSource)
@@ -104,4 +104,4 @@ namespace DCGO.CardEffects.BT25
             return cardEffects;
         }
     }
-}
+}