mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
update the makeToken for Helion Eruption to find the new token images.
This commit is contained in:
@@ -18303,7 +18303,7 @@ public class CardFactory implements NewConstants {
|
|||||||
for(int i = 0; i < c.length; i++) {
|
for(int i = 0; i < c.length; i++) {
|
||||||
if(c[i].isCreature()) {
|
if(c[i].isCreature()) {
|
||||||
AllZone.GameAction.sacrifice(c[i]);
|
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[] {""});
|
"Creature", "Hellion"}, 4, 4, new String[] {""});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user