Fixed author for NaturesClaim

Added generic <author> in cardclass.tmpl (please update your local copy)
This commit is contained in:
North 2011-06-24 08:48:03 +03:00
parent 8dd29b145a
commit 854473bb58
2 changed files with 3 additions and 4 deletions

View file

@ -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);

View file

@ -35,7 +35,7 @@ import mage.cards.CardImpl;
/** /**
* *
* @author North * @author <author>
*/ */
public class [=$classname=] extends CardImpl<[=$classname=]> { public class [=$classname=] extends CardImpl<[=$classname=]> {