mirror of
https://github.com/magefree/mage.git
synced 2025-12-19 18:20:13 -08:00
fix Shay Cormac
This commit is contained in:
parent
b50b14ba96
commit
27066e008d
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ public final class ShayCormac extends CardImpl {
|
||||||
|
|
||||||
// Whenever a creature with a bounty counter on it dies, put two +1/+1 counters on Shay Cormac.
|
// Whenever a creature with a bounty counter on it dies, put two +1/+1 counters on Shay Cormac.
|
||||||
this.addAbility(new DiesCreatureTriggeredAbility(
|
this.addAbility(new DiesCreatureTriggeredAbility(
|
||||||
new AddCountersSourceEffect(CounterType.P1P1.createInstance()), false, filter2
|
new AddCountersSourceEffect(CounterType.P1P1.createInstance(2)), false, filter2
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue