|
|
@@ -362,8 +362,14 @@ namespace DCGO.CardEffects.BT12
|
|
|
payCost: true,
|
|
|
targetPermanent: selectedPermanent,
|
|
|
isTapped: false,
|
|
|
+ failedProcess: OnFail(),
|
|
|
root: SelectCardEffect.Root.Hand,
|
|
|
- activateETB: true).PlayCard());
|
|
|
+ activateETB: true).PlayCard());
|
|
|
+ }
|
|
|
+
|
|
|
+ IEnumerator OnFail()
|
|
|
+ {
|
|
|
+ yield return ContinuousController.instance.StartCoroutine(CardObjectController.AddTrashCard(card));
|
|
|
}
|
|
|
|
|
|
#region 6
|
|
|
@@ -467,4 +473,4 @@ namespace DCGO.CardEffects.BT12
|
|
|
return cardEffects;
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|