mirror of
https://github.com/correl/mage.git
synced 2024-11-25 19:19:55 +00:00
typo in template :(
This commit is contained in:
parent
6a84003670
commit
edcf32b1a3
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ public class [=$classname=] extends CardImpl<[=$classname=]> {
|
||||||
public [=$classname=] (UUID ownerId) {
|
public [=$classname=] (UUID ownerId) {
|
||||||
super(ownerId, [=$collector=], "[=$name=]", Rarity.[=$rarity=], new CardType[]{[=$type=]}, "[=$manacost=]");
|
super(ownerId, [=$collector=], "[=$name=]", Rarity.[=$rarity=], new CardType[]{[=$type=]}, "[=$manacost=]");
|
||||||
this.expansionSetCode = "[=$setcode=]";
|
this.expansionSetCode = "[=$setcode=]";
|
||||||
[=$subtype=]
|
[=$subtype=] [=$colors=]
|
||||||
[=$colors=]
|
|
||||||
[=if (defined($power)) {
|
[=if (defined($power)) {
|
||||||
$OUT .= "this.power = new MageInt($power);\n";
|
$OUT .= "this.power = new MageInt($power);\n";
|
||||||
}=][=if (defined($toughness)) {
|
}=][=if (defined($toughness)) {
|
||||||
|
|
Loading…
Reference in a new issue