mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
small fix to Chandra, Novice Pyromancer
This commit is contained in:
parent
fc7911a93b
commit
c937c7d3d7
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public final class ChandraNovicePyromancer extends CardImpl {
|
|||
|
||||
// +1: Elementals you control get +2/+0 until end of turn.
|
||||
this.addAbility(new LoyaltyAbility(
|
||||
new BoostControlledEffect(2, 0, Duration.EndOfTurn, filter)
|
||||
new BoostControlledEffect(2, 0, Duration.EndOfTurn, filter), 1
|
||||
));
|
||||
|
||||
// -1: Add {R}{R}.
|
||||
|
|
Loading…
Reference in a new issue