This commit is contained in:
Alex W. Jackson 2021-11-05 15:14:29 -04:00
parent 30afb11cd2
commit 767fd89199

View file

@ -33,7 +33,7 @@ public final class MarkovRetribution extends CardImpl {
// Choose one or both // Choose one or both
this.getSpellAbility().getModes().setMinModes(1); this.getSpellAbility().getModes().setMinModes(1);
this.getSpellAbility().getModes().setMinModes(2); this.getSpellAbility().getModes().setMaxModes(2);
// Creatures you control get +1/+0 until end of turn. // Creatures you control get +1/+0 until end of turn.
this.getSpellAbility().addEffect(new BoostControlledEffect(1, 0, Duration.EndOfTurn)); this.getSpellAbility().addEffect(new BoostControlledEffect(1, 0, Duration.EndOfTurn));