Ver Fonte

Update BT25_041.cs

x89rt2 há 3 meses atrás
pai
commit
9fc17be75b
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      Assets/Scripts/CardEffect/BT25/Yellow/BT25_041.cs

+ 3 - 3
Assets/Scripts/CardEffect/BT25/Yellow/BT25_041.cs

@@ -295,12 +295,12 @@ namespace DCGO.CardEffects.BT25
             {
                 ActivateClass activateClass = new ActivateClass();
                 activateClass.SetUpICardEffect("By trashing bottom face down of a tamer, this digimon with [Glowing Dawn] trait unsuspends", CanUseCondition, card);
-                activateClass.SetUpActivateClass(CanActivateCondition, ActivateCoroutine, 1, false, EffectDiscription());
+                activateClass.SetUpActivateClass(CanActivateCondition, ActivateCoroutine, 1, false, EffectDescription());
                 activateClass.SetHashString("BT25_041_EndAttack");
                 activateClass.SetIsInheritedEffect(true);
                 cardEffects.Add(activateClass);
 
-                string EffectDiscription() => "[End of Attack] [Once Per Turn] By trashing the bottom face-down card from under any of your Tamers, this Digimon with the [Glowing Dawn] trait unsuspends.";
+                string EffectDescription() => "[End of Attack] [Once Per Turn] By trashing the bottom face-down card from under any of your Tamers, this Digimon with the [Glowing Dawn] trait unsuspends.";
 
                 bool CanUseCondition(Hashtable hashtable)
                 {
@@ -370,4 +370,4 @@ namespace DCGO.CardEffects.BT25
             return cardEffects;
         }
     }
-}
+}