hooperk пре 3 месеци
родитељ
комит
6d2363fcee
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      Assets/Scripts/CardEffect/BT25/Red/BT25_093.cs

+ 1 - 2
Assets/Scripts/CardEffect/BT25/Red/BT25_093.cs

@@ -118,7 +118,6 @@ namespace DCGO.CardEffects.BT25
                     {
                         Permanent selectedPermament = null;
 
-                        int maxCount = Math.Min(1, CardEffectCommons.MatchConditionOwnersPermanentCount(card, CanSelectOwnerPermamentCondition));
                         SelectPermanentEffect selectPermanentEffect = GManager.instance.GetComponent<SelectPermanentEffect>();
 
                         selectPermanentEffect.SetUp(
@@ -126,7 +125,7 @@ namespace DCGO.CardEffects.BT25
                             canTargetCondition: CanSelectOwnerPermamentCondition,
                             canTargetCondition_ByPreSelecetedList: null,
                             canEndSelectCondition: null,
-                            maxCount: maxCount,
+                            maxCount: 1,
                             canNoSelect: true,
                             canEndNotMax: false,
                             selectPermanentCoroutine: SelectPermanentCoroutine,