mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Evershrike - Fixed wrong mana costs.
This commit is contained in:
parent
500f0fe60d
commit
71e56f9b0f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ import mage.target.TargetCard;
|
||||||
public class Evershrike extends CardImpl<Evershrike> {
|
public class Evershrike extends CardImpl<Evershrike> {
|
||||||
|
|
||||||
public Evershrike(UUID ownerId) {
|
public Evershrike(UUID ownerId) {
|
||||||
super(ownerId, 88, "Evershrike", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}");
|
super(ownerId, 88, "Evershrike", Rarity.RARE, new CardType[]{CardType.CREATURE}, "3{W/B}{W/B}");
|
||||||
this.expansionSetCode = "EVE";
|
this.expansionSetCode = "EVE";
|
||||||
this.subtype.add("Elemental");
|
this.subtype.add("Elemental");
|
||||||
this.subtype.add("Spirit");
|
this.subtype.add("Spirit");
|
||||||
|
|
Loading…
Reference in a new issue