From 27066e008da6f5498f085db38d6fddd73a6e3ef6 Mon Sep 17 00:00:00 2001 From: xenohedron <12538125+xenohedron@users.noreply.github.com> Date: Tue, 9 Dec 2025 19:36:05 -0500 Subject: [PATCH] fix Shay Cormac --- Mage.Sets/src/mage/cards/s/ShayCormac.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/s/ShayCormac.java b/Mage.Sets/src/mage/cards/s/ShayCormac.java index 5878a3d67ff..1e125076a7d 100644 --- a/Mage.Sets/src/mage/cards/s/ShayCormac.java +++ b/Mage.Sets/src/mage/cards/s/ShayCormac.java @@ -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 )); }