Просмотр исходного кода

Merge pull request #1414 from DCGO2/hooperk-BT25-093

Fix BT25-093
x89rt2 3 месяцев назад
Родитель
Сommit
ae2e390894
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;
                         Permanent selectedPermament = null;
 
 
-                        int maxCount = Math.Min(1, CardEffectCommons.MatchConditionOwnersPermanentCount(card, CanSelectOwnerPermamentCondition));
                         SelectPermanentEffect selectPermanentEffect = GManager.instance.GetComponent<SelectPermanentEffect>();
                         SelectPermanentEffect selectPermanentEffect = GManager.instance.GetComponent<SelectPermanentEffect>();
 
 
                         selectPermanentEffect.SetUp(
                         selectPermanentEffect.SetUp(
@@ -126,7 +125,7 @@ namespace DCGO.CardEffects.BT25
                             canTargetCondition: CanSelectOwnerPermamentCondition,
                             canTargetCondition: CanSelectOwnerPermamentCondition,
                             canTargetCondition_ByPreSelecetedList: null,
                             canTargetCondition_ByPreSelecetedList: null,
                             canEndSelectCondition: null,
                             canEndSelectCondition: null,
-                            maxCount: maxCount,
+                            maxCount: 1,
                             canNoSelect: true,
                             canNoSelect: true,
                             canEndNotMax: false,
                             canEndNotMax: false,
                             selectPermanentCoroutine: SelectPermanentCoroutine,
                             selectPermanentCoroutine: SelectPermanentCoroutine,