mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
- Little fix.
This commit is contained in:
parent
705695bc3b
commit
8e6a3c1da4
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue