mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
[ORI] Cruel Revival - Fixed wrong rarity.
This commit is contained in:
parent
98993b593e
commit
22dd2ffecc
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
package mage.sets.magicorigins;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.constants.Rarity;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -37,6 +38,7 @@ public class CruelRevival extends mage.sets.onslaught.CruelRevival {
|
|||
|
||||
public CruelRevival(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.rarity = Rarity.UNCOMMON;
|
||||
this.cardNumber = 88;
|
||||
this.expansionSetCode = "ORI";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue