Procházet zdrojové kódy

Merge pull request #840 from DCGO2/x89rt2-patch-2

Update BT22_026.cs
hooperk před 5 měsíci
rodič
revize
41b8c816f9
1 změnil soubory, kde provedl 5 přidání a 3 odebrání
  1. 5 3
      Assets/Scripts/CardEffect/BT22/Blue/BT22_026.cs

+ 5 - 3
Assets/Scripts/CardEffect/BT22/Blue/BT22_026.cs

@@ -80,7 +80,7 @@ namespace DCGO.CardEffects.BT22
                             canTargetCondition_ByPreSelecetedList: null,
                             canEndSelectCondition: null,
                             maxCount: 1,
-                            canNoSelect: true,
+                            canNoSelect: false,
                             canEndNotMax: false,
                             selectPermanentCoroutine: SelectPermanentCoroutine,
                             afterSelectPermanentCoroutine: null,
@@ -112,7 +112,9 @@ namespace DCGO.CardEffects.BT22
                                 isHand: true,
                                 activateClass: activateClass,
                                 successProcess: null,
-                                failedProcess: OnFail()));
+                                failedProcess: OnFail(),
+                                isOptional: false,
+                                ignoreRequirements: CardEffectCommons.IgnoreRequirement.All));
 
                             IEnumerator OnFail()
                             {
@@ -313,4 +315,4 @@ namespace DCGO.CardEffects.BT22
             return cardEffects;
         }
     }
-}
+}