mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
fix Gempalm Polluter card name
This commit is contained in:
parent
80ed40f6e8
commit
3c24b9fe47
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue