Fixed a couple Media Insert card numbers.

This commit is contained in:
fireshoes 2016-02-01 09:58:16 -06:00
parent 81af372bc1
commit 26a36f06ca
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ public class RuinousPath extends mage.sets.battleforzendikar.RuinousPath {
public RuinousPath(UUID ownerId) { public RuinousPath(UUID ownerId) {
super(ownerId); super(ownerId);
this.cardNumber = 129; this.cardNumber = 135;
this.expansionSetCode = "MBP"; this.expansionSetCode = "MBP";
this.rarity = Rarity.SPECIAL; this.rarity = Rarity.SPECIAL;
} }

View file

@ -38,7 +38,7 @@ public class ScytheLeopard extends mage.sets.battleforzendikar.ScytheLeopard {
public ScytheLeopard(UUID ownerId) { public ScytheLeopard(UUID ownerId) {
super(ownerId); super(ownerId);
this.cardNumber = 130; this.cardNumber = 141;
this.expansionSetCode = "MBP"; this.expansionSetCode = "MBP";
this.rarity = Rarity.SPECIAL; this.rarity = Rarity.SPECIAL;
} }