fix Gempalm Polluter card name

This commit is contained in:
Neil Gentleman 2015-10-28 21:42:05 -07:00
parent 80ed40f6e8
commit 3c24b9fe47

View file

@ -56,7 +56,7 @@ public class GempalmPolluter extends CardImpl {
}
public GempalmPolluter(UUID ownerId) {
super(ownerId, 70, "Gempalm Avenger", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{5}{B}");
super(ownerId, 70, "Gempalm Polluter", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{5}{B}");
this.expansionSetCode = "LGN";
this.subtype.add("Zombie");
this.power = new MageInt(4);