forked from External/mage
Fixed set code for Wild Pair [PDS]. Fixed spelling in Stitched Mangler [SOI].
This commit is contained in:
parent
87b8c9719d
commit
645f37b1c4
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ public class WildPair extends mage.sets.planarchaos.WildPair {
|
|||
public WildPair(UUID ownerId) {
|
||||
super(ownerId);
|
||||
this.cardNumber = 30;
|
||||
this.expansionSetCode = "H09";
|
||||
this.expansionSetCode = "PDS";
|
||||
}
|
||||
|
||||
public WildPair(final WildPair card) {
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ public class StitchedMangler extends CardImpl {
|
|||
}
|
||||
|
||||
public StitchedMangler(UUID ownerId) {
|
||||
super(ownerId, 89, "Stiched Mangler", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{U}");
|
||||
super(ownerId, 89, "Stitched Mangler", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{U}");
|
||||
this.expansionSetCode = "SOI";
|
||||
this.subtype.add("Zombie");
|
||||
this.subtype.add("Horror");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue