mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 23:12:10 -08:00
fix Warren Warleader
This commit is contained in:
parent
77b8030642
commit
ec46db6d51
1 changed files with 3 additions and 2 deletions
|
|
@ -2,6 +2,7 @@ package mage.cards.w;
|
|||
|
||||
import mage.MageInt;
|
||||
import mage.abilities.Ability;
|
||||
import mage.abilities.Mode;
|
||||
import mage.abilities.common.AttacksWithCreaturesTriggeredAbility;
|
||||
import mage.abilities.effects.common.CreateTokenEffect;
|
||||
import mage.abilities.effects.common.continuous.BoostControlledEffect;
|
||||
|
|
@ -39,9 +40,9 @@ public final class WarrenWarleader extends CardImpl {
|
|||
);
|
||||
|
||||
// * Attacking creatures you control get +1/+1 until end of turn.
|
||||
ability.addEffect(new BoostControlledEffect(
|
||||
ability.addMode(new Mode(new BoostControlledEffect(
|
||||
1, 1, Duration.EndOfTurn, StaticFilters.FILTER_ATTACKING_CREATURES
|
||||
));
|
||||
)));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue