diff --git a/Utils/cardclass.tmpl b/Utils/cardclass.tmpl index 7033dfe295e..a4bf5b63ae1 100644 --- a/Utils/cardclass.tmpl +++ b/Utils/cardclass.tmpl @@ -44,7 +44,7 @@ public class [=$classname=] extends CardImpl<[=$classname=]> { public [=$classname=] (UUID ownerId) { super(ownerId, [=$collector=], "[=$name=]", Rarity.[=$rarity=], new CardType[]{[=$type=]}, "[=$manacost=]"); this.expansionSetCode = "[=$setcode=]"; - [=$subtype=] +[=$subtype=] [=$colors=] [=if (defined($power)) { $OUT .= "this.power = new MageInt($power);\n";