fixed collector ids

This commit is contained in:
magenoxx 2012-09-05 16:50:44 +04:00
parent b7f1fd72a1
commit c01cf670cc
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ import java.util.UUID;
public class DregMangler extends CardImpl<DregMangler> {
public DregMangler(UUID ownerId) {
super(ownerId, 1158, "Dreg Mangler", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{1}{B}{G}");
super(ownerId, 158, "Dreg Mangler", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{1}{B}{G}");
this.expansionSetCode = "RTR";
this.subtype.add("Plant");
this.subtype.add("Zombie");

View file

@ -44,7 +44,7 @@ import java.util.UUID;
public class SluicewayScorpion extends CardImpl<SluicewayScorpion> {
public SluicewayScorpion(UUID ownerId) {
super(ownerId, 1198, "Sluiceway Scorpion", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{B}{G}");
super(ownerId, 198, "Sluiceway Scorpion", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{B}{G}");
this.expansionSetCode = "RTR";
this.subtype.add("Scorpion");