Просмотр исходного кода

Apply suggestions from code review

Co-authored-by: hooperk <hooperk@tcd.ie>
x89rt2 2 месяцев назад
Родитель
Сommit
58b6ab5352
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Assets/Scripts/CardEffect/EX12/Green/EX12_049.cs

+ 1 - 1
Assets/Scripts/CardEffect/EX12/Green/EX12_049.cs

@@ -36,7 +36,7 @@ namespace DCGO.CardEffects.EX12
             if (timing == EffectTiming.OnEnterFieldAnyone)
             {
                 ActivateClass activateClass = new ActivateClass();
-                activateClass.SetUpICardEffect("Reveal top 3, add 1 option & 1 [TS] trait to hand. bottom deck the rest", CanUseCondition, card);
+                activateClass.SetUpICardEffect("Reveal top 3, add 1 [Angoramon] in text & 1 [NSp] trait to hand. bottom deck the rest", CanUseCondition, card);
                 activateClass.SetUpActivateClass(CanActivateCondition, ActivateCoroutine, -1, false, EffectDiscription());
                 cardEffects.Add(activateClass);