[MH1] fixed Settle Beyond Reality that it doesn't allow to choose both

This commit is contained in:
Oleg Agafonov 2019-06-06 21:46:31 +04:00
parent 0f3f429a9b
commit 6b8ea2ac50

View file

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