mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00: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 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");
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue