mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
[MH1] fixed Settle Beyond Reality that it doesn't allow to choose both
This commit is contained in:
parent
0f3f429a9b
commit
6b8ea2ac50
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ public final class SettleBeyondReality extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.SORCERY}, "{4}{W}");
|
||||
|
||||
// Choose one or both —
|
||||
this.getSpellAbility().getModes().setMinModes(1);
|
||||
this.getSpellAbility().getModes().setMaxModes(2);
|
||||
|
||||
// • Exile target creature you don't control.
|
||||
this.getSpellAbility().addEffect(new ExileTargetEffect());
|
||||
this.getSpellAbility().addTarget(new TargetPermanent(filter));
|
||||
|
|
Loading…
Reference in a new issue