forked from External/mage
Various text fixes found while closing #6885
This commit is contained in:
parent
faf2e4ec82
commit
26a2e0a5ed
113 changed files with 384 additions and 618 deletions
|
|
@ -7,8 +7,10 @@ import mage.filter.common.FilterAttackingCreature;
|
|||
|
||||
public class BattleCryAbility extends AttacksTriggeredAbility {
|
||||
|
||||
private static final FilterAttackingCreature filter = new FilterAttackingCreature();
|
||||
|
||||
public BattleCryAbility() {
|
||||
super(new BoostControlledEffect(1, 0, Duration.EndOfTurn, new FilterAttackingCreature(), true), false);
|
||||
super(new BoostControlledEffect(1, 0, Duration.EndOfTurn, filter, true), false);
|
||||
}
|
||||
|
||||
public BattleCryAbility(final BattleCryAbility ability) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue