mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
fixed Barkhide Troll entering the battlefield with too many counters
This commit is contained in:
parent
d3774cff7b
commit
c82d1867e3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
));
|
||||
|
||||
|
|
Loading…
Reference in a new issue