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) {