mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
* Ethersworn Adjudicator - Removed the wrongly granted Legendary supertype.
This commit is contained in:
parent
7715175076
commit
6d02f9bf37
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue