mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08: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 —
|
||||
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.
|
||||
this.getSpellAbility().addEffect(new BoostControlledEffect(1, 0, Duration.EndOfTurn));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue