mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[BNG]Nyxborn Triton fixed name
This commit is contained in:
parent
bed5dce338
commit
0660d0f4ac
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ import mage.constants.Zone;
|
|||
public class NyxbornTriton extends CardImpl<NyxbornTriton> {
|
||||
|
||||
public NyxbornTriton(UUID ownerId) {
|
||||
super(ownerId, 46, "Mindreaver", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT, CardType.CREATURE}, "{2}{U}");
|
||||
super(ownerId, 46, "Nyxborn Triton", Rarity.COMMON, new CardType[]{CardType.ENCHANTMENT, CardType.CREATURE}, "{2}{U}");
|
||||
this.expansionSetCode = "BNG";
|
||||
this.subtype.add("Merfolk");
|
||||
|
||||
|
|
Loading…
Reference in a new issue