Fixed Ethersworn Adjudicator cost.

This commit is contained in:
magenoxx 2010-12-05 19:31:30 +00:00
parent b20b572f60
commit b6445377d6

View file

@ -61,7 +61,7 @@ public class EtherswornAdjudicator extends CardImpl<EtherswornAdjudicator> {
} }
public EtherswornAdjudicator(UUID ownerId) { public EtherswornAdjudicator(UUID ownerId) {
super(ownerId, 26, "Ethersworn Adjudicator", Rarity.MYTHIC, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{4}{W}"); super(ownerId, 26, "Ethersworn Adjudicator", Rarity.MYTHIC, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{4}{U}");
this.expansionSetCode = "CON"; this.expansionSetCode = "CON";
this.supertype.add("Legendary"); this.supertype.add("Legendary");
this.subtype.add("Vedalken"); this.subtype.add("Vedalken");