Unmoored Ego - fixed that exile cards choice is not optional (#13349)

This commit is contained in:
jam736 2025-02-14 23:03:09 -05:00 committed by GitHub
parent e57098b9fe
commit 02a6414847
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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