mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
[THS] Corrected some card numbers.
This commit is contained in:
parent
b8100d5a07
commit
9884aee512
4 changed files with 2 additions and 6 deletions
|
@ -45,7 +45,6 @@ public class AgentOfTheFates extends CardImpl<AgentOfTheFates> {
|
||||||
|
|
||||||
public AgentOfTheFates(UUID ownerId) {
|
public AgentOfTheFates(UUID ownerId) {
|
||||||
super(ownerId, 76, "Agent of the Fates", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{B}{B}");
|
super(ownerId, 76, "Agent of the Fates", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{B}{B}");
|
||||||
// TODO: check card number
|
|
||||||
this.expansionSetCode = "THS";
|
this.expansionSetCode = "THS";
|
||||||
this.subtype.add("Human");
|
this.subtype.add("Human");
|
||||||
this.subtype.add("Assassin");
|
this.subtype.add("Assassin");
|
||||||
|
|
|
@ -48,8 +48,7 @@ import mage.players.Player;
|
||||||
public class GrayMerchantOfAsphodel extends CardImpl<GrayMerchantOfAsphodel> {
|
public class GrayMerchantOfAsphodel extends CardImpl<GrayMerchantOfAsphodel> {
|
||||||
|
|
||||||
public GrayMerchantOfAsphodel(UUID ownerId) {
|
public GrayMerchantOfAsphodel(UUID ownerId) {
|
||||||
super(ownerId, 87, "Gray Merchant of Asphodel", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{B}{B}");
|
super(ownerId, 89, "Gray Merchant of Asphodel", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{B}{B}");
|
||||||
// TODO: check card number
|
|
||||||
this.expansionSetCode = "THS";
|
this.expansionSetCode = "THS";
|
||||||
this.subtype.add("Zombie");
|
this.subtype.add("Zombie");
|
||||||
|
|
||||||
|
|
|
@ -58,8 +58,7 @@ public class KeepsakeGorgon extends CardImpl<KeepsakeGorgon> {
|
||||||
}
|
}
|
||||||
|
|
||||||
public KeepsakeGorgon(UUID ownerId) {
|
public KeepsakeGorgon(UUID ownerId) {
|
||||||
super(ownerId, 94, "Keepsake Gorgon", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{B}{B}");
|
super(ownerId, 93, "Keepsake Gorgon", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{B}{B}");
|
||||||
// TODO: Check card number
|
|
||||||
this.expansionSetCode = "THS";
|
this.expansionSetCode = "THS";
|
||||||
this.subtype.add("Gorgon");
|
this.subtype.add("Gorgon");
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,6 @@ public class Nighthowler extends CardImpl<Nighthowler> {
|
||||||
|
|
||||||
public Nighthowler(UUID ownerId) {
|
public Nighthowler(UUID ownerId) {
|
||||||
super(ownerId, 98, "Nighthowler", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT, CardType.CREATURE}, "{1}{B}{B}");
|
super(ownerId, 98, "Nighthowler", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT, CardType.CREATURE}, "{1}{B}{B}");
|
||||||
// TODO: Check card number
|
|
||||||
this.expansionSetCode = "THS";
|
this.expansionSetCode = "THS";
|
||||||
this.subtype.add("Horror");
|
this.subtype.add("Horror");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue