Fixed cost.

This commit is contained in:
North 2011-07-17 13:53:15 +03:00
parent 9cb05e88b9
commit 03fb6f92c1
4 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ import mage.cards.CardImpl;
public class HarvestGwyllion extends CardImpl<HarvestGwyllion> {
public HarvestGwyllion(UUID ownerId) {
super(ownerId, 90, "Harvest Gwyllion", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{WB}{WB}");
super(ownerId, 90, "Harvest Gwyllion", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{W/B}{W/B}");
this.expansionSetCode = "EVE";
this.subtype.add("Hag");

View file

@ -41,7 +41,7 @@ import mage.cards.CardImpl;
public class HearthfireHobgoblin extends CardImpl<HearthfireHobgoblin> {
public HearthfireHobgoblin(UUID ownerId) {
super(ownerId, 141, "Hearthfire Hobgoblin", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{RW}{RW}{RW}");
super(ownerId, 141, "Hearthfire Hobgoblin", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{R/W}{R/W}{R/W}");
this.expansionSetCode = "EVE";
this.subtype.add("Goblin");
this.subtype.add("Soldier");

View file

@ -42,7 +42,7 @@ import mage.cards.CardImpl;
public class HobgoblinDragoon extends CardImpl<HobgoblinDragoon> {
public HobgoblinDragoon(UUID ownerId) {
super(ownerId, 142, "Hobgoblin Dragoon", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{RW}");
super(ownerId, 142, "Hobgoblin Dragoon", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{R/W}");
this.expansionSetCode = "EVE";
this.subtype.add("Goblin");
this.subtype.add("Knight");

View file

@ -41,7 +41,7 @@ import mage.cards.CardImpl;
public class NipGwyllion extends CardImpl<NipGwyllion> {
public NipGwyllion(UUID ownerId) {
super(ownerId, 92, "Nip Gwyllion", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{WB}");
super(ownerId, 92, "Nip Gwyllion", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{W/B}");
this.expansionSetCode = "EVE";
this.subtype.add("Hag");