mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 04:39:18 -08:00
Fixed a couple Media Insert card numbers.
This commit is contained in:
parent
81af372bc1
commit
26a36f06ca
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ public class RuinousPath extends mage.sets.battleforzendikar.RuinousPath {
|
|||
|
||||
public RuinousPath(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 129;
|
||||
this.cardNumber = 135;
|
||||
this.expansionSetCode = "MBP";
|
||||
this.rarity = Rarity.SPECIAL;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ public class ScytheLeopard extends mage.sets.battleforzendikar.ScytheLeopard {
|
|||
|
||||
public ScytheLeopard(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 130;
|
||||
this.cardNumber = 141;
|
||||
this.expansionSetCode = "MBP";
|
||||
this.rarity = Rarity.SPECIAL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue