mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00: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;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.constants.Rarity;
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -37,6 +38,7 @@ public class StabWound extends mage.sets.returntoravnica.StabWound {
|
|||
|
||||
public StabWound(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.rarity = Rarity.UNCOMMON;
|
||||
this.cardNumber = 116;
|
||||
this.expansionSetCode = "M15";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue