Quick-Bolt 1 год назад
Родитель
Сommit
ab50cdb1ab

+ 0 - 4
Assets/CardEffect/BT20/Blue/BT20_022.cs

@@ -77,7 +77,6 @@ namespace DCGO.CardEffects.BT20
                         "The opponent is selecting 1 Digimon that will get effects.");
 
                     yield return ContinuousController.instance.StartCoroutine(selectPermanentEffect.Activate());
-                    yield break;
 
                     IEnumerator SelectPermanentCoroutine(Permanent permanent)
                     {
@@ -87,7 +86,6 @@ namespace DCGO.CardEffects.BT20
                             effectDuration: EffectDuration.UntilOpponentTurnEnd,
                             activateClass: activatePlayClass,
                             effectName: "Can't be deleted in battle"));
-                        yield break;
 
                         bool CanNotBeDestroyedByBattleCondition(Permanent permanent1, Permanent attackingPermanent, Permanent defendingPermanent, CardSource defendingCard)
                         {
@@ -151,7 +149,6 @@ namespace DCGO.CardEffects.BT20
                         "The opponent is selecting 1 Digimon that will get effects.");
 
                     yield return ContinuousController.instance.StartCoroutine(selectPermanentEffect.Activate());
-                    yield break;
 
                     IEnumerator SelectPermanentCoroutine(Permanent permanent)
                     {
@@ -161,7 +158,6 @@ namespace DCGO.CardEffects.BT20
                             effectDuration: EffectDuration.UntilOpponentTurnEnd,
                             activateClass: activatePlayClass,
                             effectName: "Can't be deleted in battle"));
-                        yield break;
 
                         bool CanNotBeDestroyedByBattleCondition(Permanent permanent1, Permanent attackingPermanent, Permanent defendingPermanent, CardSource defendingCard)
                         {

+ 1 - 0
Assets/CardEffect/BT20/Blue/BT20_028.cs

@@ -222,6 +222,7 @@ namespace DCGO.CardEffects.BT20
                 ActivateClass activateClass = new ActivateClass();
                 activateClass.SetUpICardEffect("<De-Digivolve 2> 1 of your opponent's Digimon", CanUseCondition, card);
                 activateClass.SetUpActivateClass(CanActivateCondition, ActivateCoroutine, 1, false, EffectDescription());
+                activateClass.SetHashString("DeDigivolve_BT20_028");
                 cardEffects.Add(activateClass);
 
                 string EffectDescription()