From edcf32b1a37061e8f9580ef3469a3c8bbb109e42 Mon Sep 17 00:00:00 2001 From: Loki Date: Tue, 21 Dec 2010 22:21:05 +0200 Subject: [PATCH] typo in template :( --- Utils/cardclass.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)) {