mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 11:02:00 -08:00
Fixed Ethersworn Adjudicator cost.
This commit is contained in:
parent
b20b572f60
commit
b6445377d6
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue