forked from External/mage
Unmoored Ego - fixed that exile cards choice is not optional (#13349)
This commit is contained in:
parent
e57098b9fe
commit
02a6414847
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue