* Evershrike - Fixed wrong mana cost to cast.

This commit is contained in:
LevelX2 2015-03-23 01:46:08 +01:00
parent 0faa08b1c2
commit 10c9f10a4a

View file

@ -63,7 +63,7 @@ import mage.target.TargetCard;
public class Evershrike extends CardImpl {
public Evershrike(UUID ownerId) {
super(ownerId, 88, "Evershrike", Rarity.RARE, new CardType[]{CardType.CREATURE}, "3{W/B}{W/B}");
super(ownerId, 88, "Evershrike", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{3}{W/B}{W/B}");
this.expansionSetCode = "EVE";
this.subtype.add("Elemental");
this.subtype.add("Spirit");