diff --git a/src/forge/CardFactory.java b/src/forge/CardFactory.java index c52e84aa175..70980d4ba7d 100644 --- a/src/forge/CardFactory.java +++ b/src/forge/CardFactory.java @@ -18303,7 +18303,7 @@ public class CardFactory implements NewConstants { for(int i = 0; i < c.length; i++) { if(c[i].isCreature()) { AllZone.GameAction.sacrifice(c[i]); - CardFactoryUtil.makeToken("Hellion", "", c[i], "R", new String[] { + CardFactoryUtil.makeToken("Hellion", "R 4 4 hellion", c[i], "R", new String[] { "Creature", "Hellion"}, 4, 4, new String[] {""}); } }