mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
[ORI] Fixed card number of Sigled Starfish.
This commit is contained in:
parent
cd0cba6ec7
commit
d0b2b1fd44
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class SigiledStarfish extends mage.sets.journeyintonyx.SigiledStarfish {
|
|||
|
||||
public SigiledStarfish(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 999;
|
||||
this.cardNumber = 73;
|
||||
this.expansionSetCode = "ORI";
|
||||
this.rarity = Rarity.UNCOMMON;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue