mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
* Nyxborn Eidolon - Fixed wrong card number.
This commit is contained in:
parent
1074de604a
commit
33ddbb0380
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ import mage.constants.Zone;
|
|||
public class NyxbornEidolon extends CardImpl<NyxbornEidolon> {
|
||||
|
||||
public NyxbornEidolon(UUID ownerId) {
|
||||
super(ownerId, 76, "Nyxborn Eidolon", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT, CardType.CREATURE}, "{1}{B}");
|
||||
super(ownerId, 78, "Nyxborn Eidolon", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT, CardType.CREATURE}, "{1}{B}");
|
||||
this.expansionSetCode = "BNG";
|
||||
this.subtype.add("Spirit");
|
||||
|
||||
|
|
Loading…
Reference in a new issue