typo in template :(

This commit is contained in:
Loki 2010-12-21 22:21:05 +02:00
parent 6a84003670
commit edcf32b1a3

View file

@ -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)) {