Fixed set code for Wild Pair [PDS]. Fixed spelling in Stitched Mangler [SOI].

This commit is contained in:
fireshoes 2016-03-07 17:36:05 -06:00
parent 87b8c9719d
commit 645f37b1c4
2 changed files with 2 additions and 2 deletions

View file

@ -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) {

View file

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