mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +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) {
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue