update the makeToken for Helion Eruption to find the new token images.

This commit is contained in:
jendave
2011-08-06 04:13:10 +00:00
parent fd8c083d01
commit 610cd06acf

View File

@@ -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[] {""});
}
}