From fc24696c7daac4fb79d8ccef7087bf44851b7233 Mon Sep 17 00:00:00 2001 From: Loki Date: Sun, 6 Oct 2013 15:35:26 +1300 Subject: [PATCH] Yosei, the Morning Star should be Legendary --- .../src/mage/sets/championsofkamigawa/YoseiTheMorningStar.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Mage.Sets/src/mage/sets/championsofkamigawa/YoseiTheMorningStar.java b/Mage.Sets/src/mage/sets/championsofkamigawa/YoseiTheMorningStar.java index e55ec018e1..d403029b84 100644 --- a/Mage.Sets/src/mage/sets/championsofkamigawa/YoseiTheMorningStar.java +++ b/Mage.Sets/src/mage/sets/championsofkamigawa/YoseiTheMorningStar.java @@ -58,6 +58,7 @@ public class YoseiTheMorningStar extends CardImpl { 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);