Some fixes to card numbers.

This commit is contained in:
LevelX2 2013-01-22 01:32:58 +01:00
parent 647c2b2ee9
commit ec0d22b774
3 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ import mage.target.TargetCard;
public class LordOfTheVoid extends CardImpl<LordOfTheVoid> {
public LordOfTheVoid(UUID ownerId) {
super(ownerId, 74, "Lord of the Void", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{4}{B}{B}{B}");
super(ownerId, 71, "Lord of the Void", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{4}{B}{B}{B}");
this.expansionSetCode = "GTC";
this.subtype.add("Demon");

View file

@ -55,7 +55,7 @@ import mage.target.common.TargetCardInOpponentsGraveyard;
public class SepulchralPrimordial extends CardImpl<SepulchralPrimordial> {
public SepulchralPrimordial(UUID ownerId) {
super(ownerId, 79, "Sepulchral Primordial", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{5}{B}{B}");
super(ownerId, 75, "Sepulchral Primordial", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{5}{B}{B}");
this.expansionSetCode = "GTC";
this.subtype.add("Avatar");

View file

@ -45,7 +45,7 @@ import mage.target.TargetPlayer;
public class UndercityPlague extends CardImpl<UndercityPlague> {
public UndercityPlague(UUID ownerId) {
super(ownerId, 82, "Undercity Plague", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{4}{B}{B}");
super(ownerId, 83, "Undercity Plague", Rarity.RARE, new CardType[]{CardType.SORCERY}, "{4}{B}{B}");
this.expansionSetCode = "GTC";
this.color.setBlack(true);