mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
fixed Inspiring Veteran pumping itself (fixes #5982)
This commit is contained in:
parent
db7f61e6c5
commit
48071c5f2e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public final class InspiringVeteran extends CardImpl {
|
|||
|
||||
// Other Knights you control get +1/+1.
|
||||
this.addAbility(new SimpleStaticAbility(
|
||||
new BoostControlledEffect(1, 1, Duration.WhileOnBattlefield, filter)
|
||||
new BoostControlledEffect(1, 1, Duration.WhileOnBattlefield, filter, true)
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue