[ORI] Fixed card number of Sigled Starfish.

This commit is contained in:
LevelX2 2015-07-04 01:44:38 +02:00
parent cd0cba6ec7
commit d0b2b1fd44

View file

@ -38,7 +38,7 @@ public class SigiledStarfish extends mage.sets.journeyintonyx.SigiledStarfish {
public SigiledStarfish(UUID ownerId) { public SigiledStarfish(UUID ownerId) {
super(ownerId); super(ownerId);
this.cardNumber = 999; this.cardNumber = 73;
this.expansionSetCode = "ORI"; this.expansionSetCode = "ORI";
this.rarity = Rarity.UNCOMMON; this.rarity = Rarity.UNCOMMON;
} }