mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
id fix and author fix
This commit is contained in:
parent
ba0abcca74
commit
d5bdc6f703
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ public class ContestedWarZone extends CardImpl<ContestedWarZone> {
|
|||
private static final FilterAttackingCreature filter = new FilterAttackingCreature("Attacking creatures");
|
||||
|
||||
public ContestedWarZone(UUID ownerId) {
|
||||
super(ownerId, 0, "Contested War Zone", Rarity.RARE, new CardType[]{CardType.LAND}, null);
|
||||
super(ownerId, 144, "Contested War Zone", Rarity.RARE, new CardType[]{CardType.LAND}, null);
|
||||
this.expansionSetCode = "MBS";
|
||||
this.addAbility(new ColorlessManaAbility());
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new BoostAllEffect(1, 0, Duration.EndOfTurn, filter, false), new ManaCostsImpl("{1}"));
|
||||
|
|
|
@ -47,7 +47,7 @@ import mage.target.common.TargetCardInYourGraveyard;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author anonymous
|
||||
* @author Loki
|
||||
*/
|
||||
public class AuriokSurvivors extends CardImpl<AuriokSurvivors> {
|
||||
private static final FilterCard filter = new FilterCard();
|
||||
|
|
Loading…
Reference in a new issue