Kaynağa Gözat

ancientmermaimon fix

Quick-Bolt 1 yıl önce
ebeveyn
işleme
cd206d365f

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

@@ -381,11 +381,9 @@ namespace DCGO.CardEffects.BT18
                                 canEndNotMax: false,
                                 canEndNotMax: false,
                                 selectPermanentCoroutine: null,
                                 selectPermanentCoroutine: null,
                                 afterSelectPermanentCoroutine: null,
                                 afterSelectPermanentCoroutine: null,
-                                mode: SelectPermanentEffect.Mode.Custom,
+                                mode: SelectPermanentEffect.Mode.Bounce,
                                 cardEffect: activateClass);
                                 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());
                             yield return ContinuousController.instance.StartCoroutine(selectPermanentEffect.Activate());
                         }
                         }