mbunch_kascope 1 год назад
Родитель
Сommit
013159b3d0
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      Assets/CardEffect/BT21/Red/BT21_081.cs

+ 2 - 1
Assets/CardEffect/BT21/Red/BT21_081.cs

@@ -126,7 +126,8 @@ namespace DCGO.CardEffects.BT21
 
                         if (selectedPermanent != null)
                         {
-                            CardEffectCommons.GainPierce(selectedPermanent, EffectDuration.UntilEachTurnEnd, activateClass);
+                            ContinuousController.instance.StartCoroutine(CardEffectCommons.GainPierce(selectedPermanent, EffectDuration.UntilEachTurnEnd, activateClass));
+
                             if (selectedPermanent.CanAttack(activateClass))
                             {
                                 SelectAttackEffect selectAttackEffect = GManager.instance.GetComponent<SelectAttackEffect>();