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

Merge pull request #667 from DCGO2/x89rt2-patch-4

Update BT18_013.cs
hooperk 5 месяцев назад
Родитель
Сommit
b2ed457613
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      Assets/Scripts/CardEffect/BT18/Red/BT18_013.cs

+ 2 - 2
Assets/Scripts/CardEffect/BT18/Red/BT18_013.cs

@@ -133,7 +133,7 @@ namespace DCGO.CardEffects.BT18
                                     canTargetCondition: CanSelectCardCondition,
                                     canTargetCondition_ByPreSelecetedList: null,
                                     canEndSelectCondition: null,
-                                    canNoSelect: () => true,
+                                    canNoSelect: () => false,
                                     selectCardCoroutine: null,
                                     afterSelectCardCoroutine: null,
                                     message: "Select 1 card to add to your hand.",
@@ -254,7 +254,7 @@ namespace DCGO.CardEffects.BT18
                                     canTargetCondition: CanSelectCardCondition,
                                     canTargetCondition_ByPreSelecetedList: null,
                                     canEndSelectCondition: null,
-                                    canNoSelect: () => true,
+                                    canNoSelect: () => false,
                                     selectCardCoroutine: null,
                                     afterSelectCardCoroutine: null,
                                     message: "Select 1 card to add to your hand.",