|
|
@@ -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.",
|