small fix to Chandra, Novice Pyromancer

This commit is contained in:
Evan Kranzler 2019-06-12 08:25:59 -04:00
parent fc7911a93b
commit c937c7d3d7

View file

@ -35,7 +35,7 @@ public final class ChandraNovicePyromancer extends CardImpl {
// +1: Elementals you control get +2/+0 until end of turn. // +1: Elementals you control get +2/+0 until end of turn.
this.addAbility(new LoyaltyAbility( this.addAbility(new LoyaltyAbility(
new BoostControlledEffect(2, 0, Duration.EndOfTurn, filter) new BoostControlledEffect(2, 0, Duration.EndOfTurn, filter), 1
)); ));
// -1: Add {R}{R}. // -1: Add {R}{R}.