From 9884aee51284dc7a8082c6ef0a35f6c93a81b16e Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Sat, 14 Sep 2013 08:51:25 +0200 Subject: [PATCH] [THS] Corrected some card numbers. --- Mage.Sets/src/mage/sets/theros/AgentOfTheFates.java | 1 - Mage.Sets/src/mage/sets/theros/GrayMerchantOfAsphodel.java | 3 +-- Mage.Sets/src/mage/sets/theros/KeepsakeGorgon.java | 3 +-- Mage.Sets/src/mage/sets/theros/Nighthowler.java | 1 - 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Mage.Sets/src/mage/sets/theros/AgentOfTheFates.java b/Mage.Sets/src/mage/sets/theros/AgentOfTheFates.java index 5c5f409984..70901d942b 100644 --- a/Mage.Sets/src/mage/sets/theros/AgentOfTheFates.java +++ b/Mage.Sets/src/mage/sets/theros/AgentOfTheFates.java @@ -45,7 +45,6 @@ public class AgentOfTheFates extends CardImpl { public AgentOfTheFates(UUID ownerId) { super(ownerId, 76, "Agent of the Fates", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{1}{B}{B}"); - // TODO: check card number this.expansionSetCode = "THS"; this.subtype.add("Human"); this.subtype.add("Assassin"); diff --git a/Mage.Sets/src/mage/sets/theros/GrayMerchantOfAsphodel.java b/Mage.Sets/src/mage/sets/theros/GrayMerchantOfAsphodel.java index 0276c6cf84..b9c0af14c6 100644 --- a/Mage.Sets/src/mage/sets/theros/GrayMerchantOfAsphodel.java +++ b/Mage.Sets/src/mage/sets/theros/GrayMerchantOfAsphodel.java @@ -48,8 +48,7 @@ import mage.players.Player; public class GrayMerchantOfAsphodel extends CardImpl { public GrayMerchantOfAsphodel(UUID ownerId) { - super(ownerId, 87, "Gray Merchant of Asphodel", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{B}{B}"); - // TODO: check card number + super(ownerId, 89, "Gray Merchant of Asphodel", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{3}{B}{B}"); this.expansionSetCode = "THS"; this.subtype.add("Zombie"); diff --git a/Mage.Sets/src/mage/sets/theros/KeepsakeGorgon.java b/Mage.Sets/src/mage/sets/theros/KeepsakeGorgon.java index 55aeb1ac3f..e74ca083e0 100644 --- a/Mage.Sets/src/mage/sets/theros/KeepsakeGorgon.java +++ b/Mage.Sets/src/mage/sets/theros/KeepsakeGorgon.java @@ -58,8 +58,7 @@ public class KeepsakeGorgon extends CardImpl { } public KeepsakeGorgon(UUID ownerId) { - super(ownerId, 94, "Keepsake Gorgon", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{B}{B}"); - // TODO: Check card number + super(ownerId, 93, "Keepsake Gorgon", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{3}{B}{B}"); this.expansionSetCode = "THS"; this.subtype.add("Gorgon"); diff --git a/Mage.Sets/src/mage/sets/theros/Nighthowler.java b/Mage.Sets/src/mage/sets/theros/Nighthowler.java index 1fe40913f0..a22fd88d23 100644 --- a/Mage.Sets/src/mage/sets/theros/Nighthowler.java +++ b/Mage.Sets/src/mage/sets/theros/Nighthowler.java @@ -52,7 +52,6 @@ public class Nighthowler extends CardImpl { public Nighthowler(UUID ownerId) { super(ownerId, 98, "Nighthowler", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT, CardType.CREATURE}, "{1}{B}{B}"); - // TODO: Check card number this.expansionSetCode = "THS"; this.subtype.add("Horror");