Explorar o código

Update BT21_022.cs

RobertoCastro446 hai 1 ano
pai
achega
1e5fe25bc4
Modificáronse 1 ficheiros con 3 adicións e 6 borrados
  1. 3 6
      Assets/CardEffect/BT21/Red/BT21_022.cs

+ 3 - 6
Assets/CardEffect/BT21/Red/BT21_022.cs

@@ -70,10 +70,7 @@ namespace DCGO.CardEffects.BT21
                 {
                     if (CardEffectCommons.HasMatchConditionOwnersHand(card, CanSelectCardCondition))
                     {
-                        if (CardEffectCommons.HasMatchConditionOpponentsPermanent(card, CanSelectPermanentCondition))
-                        {
-                            return true;
-                        }
+                        return true;
                     }
                 }
                 return false;
@@ -125,7 +122,7 @@ namespace DCGO.CardEffects.BT21
                         canTargetCondition_ByPreSelecetedList: null,
                         canEndSelectCondition: null,
                         maxCount: maxCount,
-                        canNoSelect: true,
+                        canNoSelect: false,
                         canEndNotMax: false,
                         selectPermanentCoroutine: null,
                         afterSelectPermanentCoroutine: null,
@@ -303,4 +300,4 @@ namespace DCGO.CardEffects.BT21
             return cardEffects;
         }
     }
-}
+}