|
|
@@ -39,11 +39,11 @@ public partial class CardEffectCommons
|
|
|
selectCardCoroutine: SelectCardCoroutine,
|
|
|
afterSelectCardCoroutine: null,
|
|
|
message: "Select digivolution cards to trash.",
|
|
|
- maxCount: 3,
|
|
|
+ maxCount: trashValue,
|
|
|
canEndNotMax: false,
|
|
|
isShowOpponent: true,
|
|
|
mode: SelectCardEffect.Mode.Custom,
|
|
|
- root: SelectCardEffect.Root.Custom,
|
|
|
+ root: SelectCardEffect.Root.DigivolutionCards,
|
|
|
customRootCardList: permanent.DigivolutionCards,
|
|
|
canLookReverseCard: false,
|
|
|
selectPlayer: activateClass.EffectSourceCard.Owner,
|