* Stab Wound - Fixed wrong rarity.

This commit is contained in:
LevelX2 2014-07-23 23:01:25 +02:00
parent 45618309fb
commit b4867ca7dc

View file

@ -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";
}