fix Goblin Mutant & Stinkdrinker Bandit

This commit is contained in:
Neil Gentleman 2015-11-06 20:08:11 -08:00
parent b1c3d690f5
commit 45c61417ec
2 changed files with 3 additions and 2 deletions

View file

@ -64,7 +64,8 @@ public class GoblinMutant extends CardImpl {
super(ownerId, 188, "Goblin Mutant", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{2}{R}{R}");
this.expansionSetCode = "ICE";
this.subtype.add("Goblin");
this.subtype.add("Mutant");
this.power = new MageInt(5);
this.toughness = new MageInt(3);

View file

@ -67,7 +67,7 @@ public class StinkdrinkerBandit extends CardImpl {
this.subtype.add("Rogue");
this.power = new MageInt(2);
this.toughness = new MageInt(2);
this.toughness = new MageInt(1);
// Prowl {1}, {B} (You may cast this for its prowl cost if you dealt combat damage to a player this turn with a Goblin or Rogue.)
this.addAbility(new ProwlAbility(this, "{1}{B}"));