* Evershrike - Fixed wrong mana costs.

This commit is contained in:
LevelX2 2013-12-18 22:34:24 +01:00
parent 500f0fe60d
commit 71e56f9b0f

View file

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