|
|
@@ -321,7 +321,7 @@ namespace DCGO.CardEffects.EX9
|
|
|
canTargetCondition: CanSelectCardCondition,
|
|
|
canTargetCondition_ByPreSelecetedList: null,
|
|
|
canEndSelectCondition: null,
|
|
|
- canNoSelect: () => false,
|
|
|
+ canNoSelect: () => true,
|
|
|
selectCardCoroutine: SelectCardCoroutine,
|
|
|
afterSelectCardCoroutine: null,
|
|
|
message: "Select 1 card to place on bottom of digivolution cards.",
|
|
|
@@ -490,7 +490,7 @@ namespace DCGO.CardEffects.EX9
|
|
|
canTargetCondition: CanSelectCardCondition,
|
|
|
canTargetCondition_ByPreSelecetedList: null,
|
|
|
canEndSelectCondition: null,
|
|
|
- canNoSelect: () => false,
|
|
|
+ canNoSelect: () => true,
|
|
|
selectCardCoroutine: SelectCardCoroutine,
|
|
|
afterSelectCardCoroutine: null,
|
|
|
message: "Select 1 card to place on bottom of digivolution cards.",
|