mirror of
https://github.com/correl/mage.git
synced 2024-11-26 19:19:54 +00:00
fix Goblin Mutant & Stinkdrinker Bandit
This commit is contained in:
parent
b1c3d690f5
commit
45c61417ec
2 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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}"));
|
||||
|
|
Loading…
Reference in a new issue