mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Add missing text to Outlaw Stitcher
This commit is contained in:
parent
fd28e3b747
commit
b0f283c6f5
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue