mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Evershrike - Fixed wrong mana cost to cast.
This commit is contained in:
parent
0faa08b1c2
commit
10c9f10a4a
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue