mirror of
https://github.com/correl/mage.git
synced 2024-11-25 11:09:53 +00:00
Fix #8434
This commit is contained in:
parent
30afb11cd2
commit
767fd89199
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue