forked from External/mage
- Little fix
This commit is contained in:
parent
eaf55be919
commit
6992c92760
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ import mage.watchers.WatcherImpl;
|
|||
public class UnscytheKillerOfKings extends CardImpl<UnscytheKillerOfKings> {
|
||||
|
||||
public UnscytheKillerOfKings(UUID ownerId) {
|
||||
super(ownerId, 114, "Unscythe, Killer of Kings", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{R}");
|
||||
super(ownerId, 114, "Unscythe, Killer of Kings", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{U}{B}{B}{R}");
|
||||
this.expansionSetCode = "ARB";
|
||||
this.supertype.add("Legendary");
|
||||
this.subtype.add("Equipment");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue