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:
parent
7471e27513
commit
2be63e3cea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue