mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +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.players.Player;
|
||||
import mage.target.TargetPermanent;
|
||||
import org.apache.log4j.spi.Filter;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author North
|
||||
* @author Loki
|
||||
*/
|
||||
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 {
|
||||
filter.getCardType().add(CardType.ARTIFACT);
|
||||
|
|
|
@ -35,7 +35,7 @@ import mage.cards.CardImpl;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author North
|
||||
* @author <author>
|
||||
*/
|
||||
public class [=$classname=] extends CardImpl<[=$classname=]> {
|
||||
|
||||
|
|
Loading…
Reference in a new issue