mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
Fixed author for NaturesClaim
Added generic <author> in cardclass.tmpl (please update your local copy)
This commit is contained in:
parent
8dd29b145a
commit
854473bb58
2 changed files with 3 additions and 4 deletions
|
@ -42,14 +42,13 @@ import mage.game.Game;
|
||||||
import mage.game.permanent.Permanent;
|
import mage.game.permanent.Permanent;
|
||||||
import mage.players.Player;
|
import mage.players.Player;
|
||||||
import mage.target.TargetPermanent;
|
import mage.target.TargetPermanent;
|
||||||
import org.apache.log4j.spi.Filter;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author North
|
* @author Loki
|
||||||
*/
|
*/
|
||||||
public class NaturesClaim extends CardImpl<NaturesClaim> {
|
public class NaturesClaim extends CardImpl<NaturesClaim> {
|
||||||
private static FilterPermanent filter = new FilterPermanent("artifact or enchantment");
|
private static final FilterPermanent filter = new FilterPermanent("artifact or enchantment");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.getCardType().add(CardType.ARTIFACT);
|
filter.getCardType().add(CardType.ARTIFACT);
|
||||||
|
|
|
@ -35,7 +35,7 @@ import mage.cards.CardImpl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author North
|
* @author <author>
|
||||||
*/
|
*/
|
||||||
public class [=$classname=] extends CardImpl<[=$classname=]> {
|
public class [=$classname=] extends CardImpl<[=$classname=]> {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue