- Little fix.

This commit is contained in:
jeffwadsworth 2012-07-15 16:15:39 -05:00
parent 705695bc3b
commit 8e6a3c1da4

View file

@ -50,7 +50,7 @@ import mage.target.targetpointer.FixedTarget;
public class NefaroxOverlordOfGrixis extends CardImpl<NefaroxOverlordOfGrixis> {
public NefaroxOverlordOfGrixis(UUID ownerId) {
super(ownerId, 103, "Nefarox, Overlord of Grixis", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{B}{B}");
super(ownerId, 103, "Nefarox, Overlord of Grixis", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{4}{B}{B}");
this.expansionSetCode = "M13";
this.supertype.add("Legendary");
this.subtype.add("Demon");