mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Elspeth, Sun's Champion - Fixed wrong subtype from Elsepth to Elspeth.
This commit is contained in:
parent
28057fff80
commit
c1fd249c97
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class ElspethSunsChampion extends CardImpl {
|
|||
public ElspethSunsChampion(UUID ownerId) {
|
||||
super(ownerId, 9, "Elspeth, Sun's Champion", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{4}{W}{W}");
|
||||
this.expansionSetCode = "THS";
|
||||
this.subtype.add("Elsepth");
|
||||
this.subtype.add("Elspeth");
|
||||
|
||||
this.color.setWhite(true);
|
||||
|
||||
|
|
Loading…
Reference in a new issue