mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
formatting fix
This commit is contained in:
parent
9a746bac6a
commit
6a84003670
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue