fixed card templates

This commit is contained in:
North 2014-06-02 21:26:21 +03:00
parent 0b3cbdecb1
commit e49907df94
2 changed files with 1 additions and 3 deletions

View file

@ -40,7 +40,7 @@ import mage.constants.Rarity;
* *
* @author [=$author=] * @author [=$author=]
*/ */
public class [=$className=] extends CardImpl<[=$className=]> { public class [=$className=] extends CardImpl {
public [=$className=](UUID ownerId) { public [=$className=](UUID ownerId) {
super(ownerId, [=$cardNumber=], "[=$name=]", Rarity.[=$rarity=], new CardType[]{[=$type=]}, "[=$manaCost=]"); super(ownerId, [=$cardNumber=], "[=$name=]", Rarity.[=$rarity=], new CardType[]{[=$type=]}, "[=$manaCost=]");

View file

@ -33,8 +33,6 @@ import java.util.UUID;
* *
* @author [=$author=] * @author [=$author=]
*/ */
public class [=$className=][=$landNr=] extends mage.cards.basiclands.[=$className=] { public class [=$className=][=$landNr=] extends mage.cards.basiclands.[=$className=] {
public [=$className=][=$landNr=](UUID ownerId) { public [=$className=][=$landNr=](UUID ownerId) {