mirror of
https://github.com/correl/mage.git
synced 2024-11-25 19:19:55 +00:00
fixed card templates
This commit is contained in:
parent
0b3cbdecb1
commit
e49907df94
2 changed files with 1 additions and 3 deletions
|
@ -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=]");
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue