Quick-Bolt пре 1 година
родитељ
комит
cd206d365f
1 измењених фајлова са 2 додато и 4 уклоњено
  1. 2 4
      Assets/CardEffect/BT18/Blue/AncientMermaimon_BT18_029.cs

+ 2 - 4
Assets/CardEffect/BT18/Blue/AncientMermaimon_BT18_029.cs

@@ -381,11 +381,9 @@ namespace DCGO.CardEffects.BT18
                                 canEndNotMax: false,
                                 selectPermanentCoroutine: null,
                                 afterSelectPermanentCoroutine: null,
-                                mode: SelectPermanentEffect.Mode.Custom,
+                                mode: SelectPermanentEffect.Mode.Bounce,
                                 cardEffect: activateClass);
-
-                            selectPermanentEffect.SetUpCustomMessage("Select 1 Digimon to return to hand.", "The opponent is selecting 1 Digimon to return to hand.");
-
+                            
                             yield return ContinuousController.instance.StartCoroutine(selectPermanentEffect.Activate());
                         }