1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-03-13 01:09:53 -09:00

fixed Goblin Oriflamme not working

This commit is contained in:
Evan Kranzler 2019-06-04 17:53:19 -04:00
parent 7471e27513
commit 2be63e3cea

View file

@ -20,7 +20,7 @@ public final class GoblinOriflamme extends CardImpl {
// Attacking creatures you control get +1/+0.
this.addAbility(new SimpleStaticAbility(new BoostControlledEffect(
1, 0, Duration.EndOfTurn,
1, 0, Duration.WhileOnBattlefield,
StaticFilters.FILTER_ATTACKING_CREATURES
)));
}