diff --git a/Mage.Sets/src/mage/cards/o/OutlawStitcher.java b/Mage.Sets/src/mage/cards/o/OutlawStitcher.java index 0c9799e8845..b9ab5d0a537 100644 --- a/Mage.Sets/src/mage/cards/o/OutlawStitcher.java +++ b/Mage.Sets/src/mage/cards/o/OutlawStitcher.java @@ -89,6 +89,8 @@ class OutlawStitcherEffect extends OneShotEffect { OutlawStitcherEffect() { super(Outcome.PutCreatureInPlay); + staticText = "create a 2/2 blue and black Zombie Rogue creature token, " + + "then put two +1/+1 counters on that token for each spell you've cast this turn other than the first"; } private OutlawStitcherEffect(final OutlawStitcherEffect effect) {