* Ethersworn Adjudicator - Removed the wrongly granted Legendary supertype.

This commit is contained in:
LevelX2 2013-06-29 00:16:15 +02:00
parent 7715175076
commit 6d02f9bf37

View file

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