Kaynağa Gözat

Update BT25-080

hooperk 3 ay önce
ebeveyn
işleme
9bd2c6a204

+ 3 - 0
Assets/Scripts/CardEffect/BT25/Purple/BT25_080.cs

@@ -32,6 +32,7 @@ namespace DCGO.CardEffects.BT25
                     SharedEffectName,
                     SharedActivateCoroutine,
                     SharedEffectDescription,
+                    maxCountPerTurn: 1,
                     hashValue: SharedHashValue,
                     optional: false,
                     isSkippable: true,
@@ -119,7 +120,9 @@ namespace DCGO.CardEffects.BT25
                             yield return ContinuousController.instance.StartCoroutine(selectPermanentEffect.Activate());
                         }
                     }
+                    else activateClass.RemoveUse();
                 }
+                
             }
             #endregion