mirror of
https://github.com/correl/mage.git
synced 2025-03-16 09:16:26 -09:00
fixed collector ids
This commit is contained in:
parent
b7f1fd72a1
commit
c01cf670cc
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ import java.util.UUID;
|
||||||
public class DregMangler extends CardImpl<DregMangler> {
|
public class DregMangler extends CardImpl<DregMangler> {
|
||||||
|
|
||||||
public DregMangler(UUID ownerId) {
|
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.expansionSetCode = "RTR";
|
||||||
this.subtype.add("Plant");
|
this.subtype.add("Plant");
|
||||||
this.subtype.add("Zombie");
|
this.subtype.add("Zombie");
|
||||||
|
|
|
@ -44,7 +44,7 @@ import java.util.UUID;
|
||||||
public class SluicewayScorpion extends CardImpl<SluicewayScorpion> {
|
public class SluicewayScorpion extends CardImpl<SluicewayScorpion> {
|
||||||
|
|
||||||
public SluicewayScorpion(UUID ownerId) {
|
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.expansionSetCode = "RTR";
|
||||||
this.subtype.add("Scorpion");
|
this.subtype.add("Scorpion");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue