mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
[IKO] Fight as One - fixed missing spell mode;
This commit is contained in:
parent
e164cc9388
commit
79b31a879b
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ public final class FightAsOne extends CardImpl {
|
|||
|
||||
// Choose one or both—
|
||||
this.getSpellAbility().getModes().setMinModes(1);
|
||||
this.getSpellAbility().getModes().setMinModes(2);
|
||||
|
||||
this.getSpellAbility().getModes().setMaxModes(2);
|
||||
|
||||
// • Target Human creature you control gets +1/+1 and gains indestructible until end of turn.
|
||||
this.getSpellAbility().addEffect(new BoostTargetEffect(1, 1)
|
||||
.setText("Target Human creature you control gets +1/+1"));
|
||||
|
|
Loading…
Reference in a new issue