mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
* Stab Wound - Fixed wrong rarity.
This commit is contained in:
parent
45618309fb
commit
b4867ca7dc
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
||||||
package mage.sets.magic2015;
|
package mage.sets.magic2015;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
import mage.constants.Rarity;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|
@ -37,6 +38,7 @@ public class StabWound extends mage.sets.returntoravnica.StabWound {
|
||||||
|
|
||||||
public StabWound(UUID ownerId) {
|
public StabWound(UUID ownerId) {
|
||||||
super(ownerId);
|
super(ownerId);
|
||||||
|
this.rarity = Rarity.UNCOMMON;
|
||||||
this.cardNumber = 116;
|
this.cardNumber = 116;
|
||||||
this.expansionSetCode = "M15";
|
this.expansionSetCode = "M15";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue