From 02a6414847ec17ba2d44370831c2df7c91c11bea Mon Sep 17 00:00:00 2001 From: jam736 <33673020+jam736@users.noreply.github.com> Date: Fri, 14 Feb 2025 23:03:09 -0500 Subject: [PATCH] Unmoored Ego - fixed that exile cards choice is not optional (#13349) --- Mage.Sets/src/mage/cards/u/UnmooredEgo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/u/UnmooredEgo.java b/Mage.Sets/src/mage/cards/u/UnmooredEgo.java index 12453367247..bc1510d79e5 100644 --- a/Mage.Sets/src/mage/cards/u/UnmooredEgo.java +++ b/Mage.Sets/src/mage/cards/u/UnmooredEgo.java @@ -39,7 +39,7 @@ public final class UnmooredEgo extends CardImpl { class UnmooredEgoEffect extends SearchTargetGraveyardHandLibraryForCardNameAndExileEffect { UnmooredEgoEffect() { - super(false, "target opponent's", "up to four cards with that name", true, 4); + super(true, "target opponent's", "up to four cards with that name", true, 4); } private UnmooredEgoEffect(final UnmooredEgoEffect effect) {