diff --git a/Utils/cardclass.tmpl b/Utils/cardclass.tmpl index a4bf5b63ae..0f99c7ed4b 100644 --- a/Utils/cardclass.tmpl +++ b/Utils/cardclass.tmpl @@ -44,8 +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=] - [=$colors=] +[=$subtype=] [=$colors=] [=if (defined($power)) { $OUT .= "this.power = new MageInt($power);\n"; }=][=if (defined($toughness)) {