mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Fixed a bug in AddCountersSourceEffect.
This commit is contained in:
parent
07519d61a9
commit
0eb8ba615e
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ public class JoragaWarcaller extends CardImpl<JoragaWarcaller> {
|
|||
|
||||
// Joraga Warcaller enters the battlefield with a +1/+1 counter on it for each time it was kicked.
|
||||
this.addAbility(new EntersBattlefieldAbility(
|
||||
new AddCountersSourceEffect(CounterType.P1P1.createInstance(1), new MultikickerCount(), true),
|
||||
new AddCountersSourceEffect(CounterType.P1P1.createInstance(0), new MultikickerCount(), true),
|
||||
"with a +1/+1 counter on it for each time it was kicked"));
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue