fix Shay Cormac

This commit is contained in:
xenohedron 2025-12-09 19:36:05 -05:00
parent b50b14ba96
commit 27066e008d

View file

@ -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.
this.addAbility(new DiesCreatureTriggeredAbility(
new AddCountersSourceEffect(CounterType.P1P1.createInstance()), false, filter2
new AddCountersSourceEffect(CounterType.P1P1.createInstance(2)), false, filter2
));
}