mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Some fixes to card numbers.
This commit is contained in:
parent
647c2b2ee9
commit
ec0d22b774
3 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue