Explorar el Código

Update Assets/Scripts/CardEffect/BT10/White/BT10_086.cs

Co-authored-by: hooperk <hooperk@tcd.ie>
x89rt2 hace 5 meses
padre
commit
1add8b590d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Assets/Scripts/CardEffect/BT10/White/BT10_086.cs

+ 1 - 1
Assets/Scripts/CardEffect/BT10/White/BT10_086.cs

@@ -78,7 +78,7 @@ namespace DCGO.CardEffects.BT10
             if (timing == EffectTiming.OnEnterFieldAnyone)
             {
                 ActivateClass activateClass = new ActivateClass();
-                activateClass.SetUpICardEffect("Return opponent's all Digimon with the highest level to the bottom of deck", CanUseCondition, card);
+                activateClass.SetUpICardEffect("Return all opponent's Digimon with the highest level to the bottom of deck", CanUseCondition, card);
                 activateClass.SetUpActivateClass(CanActivateCondition, ActivateCoroutine, -1, false, EffectDiscription());
                 cardEffects.Add(activateClass);