Jelajahi Sumber

Owen Dreadnought

mbunch_kascope 1 tahun lalu
induk
melakukan
013159b3d0
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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)
                         if (selectedPermanent != null)
                         {
                         {
-                            CardEffectCommons.GainPierce(selectedPermanent, EffectDuration.UntilEachTurnEnd, activateClass);
+                            ContinuousController.instance.StartCoroutine(CardEffectCommons.GainPierce(selectedPermanent, EffectDuration.UntilEachTurnEnd, activateClass));
+
                             if (selectedPermanent.CanAttack(activateClass))
                             if (selectedPermanent.CanAttack(activateClass))
                             {
                             {
                                 SelectAttackEffect selectAttackEffect = GManager.instance.GetComponent<SelectAttackEffect>();
                                 SelectAttackEffect selectAttackEffect = GManager.instance.GetComponent<SelectAttackEffect>();