fixed Barkhide Troll entering the battlefield with too many counters

This commit is contained in:
Evan Kranzler 2019-06-28 17:49:06 -04:00
parent d3774cff7b
commit c82d1867e3

View file

@ -32,7 +32,7 @@ public final class BarkhideTroll extends CardImpl {
// Barkhide Troll enters the battlefield with a +1/+1 counter on it.
this.addAbility(new EntersBattlefieldAbility(
new AddCountersSourceEffect(CounterType.P1P1.createInstance(2)),
new AddCountersSourceEffect(CounterType.P1P1.createInstance()),
"{this} enters the battlefield with a +1/+1 counter on it"
));