mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Yosei, the Morning Star should be Legendary
This commit is contained in:
parent
628569fbc9
commit
fc24696c7d
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ public class YoseiTheMorningStar extends CardImpl<YoseiTheMorningStar> {
|
|||
public YoseiTheMorningStar(UUID ownerId) {
|
||||
super(ownerId, 50, "Yosei, the Morning Star", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{4}{W}{W}");
|
||||
this.expansionSetCode = "CHK";
|
||||
this.supertype.add("Legendary");
|
||||
this.subtype.add("Dragon");
|
||||
this.subtype.add("Spirit");
|
||||
this.color.setWhite(true);
|
||||
|
|
Loading…
Reference in a new issue