formatting fix

This commit is contained in:
Loki 2010-12-21 20:57:00 +02:00
parent 9a746bac6a
commit 6a84003670

View file

@ -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";