mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08:00
Fix type.
This commit is contained in:
parent
46cbaed493
commit
89a45eaa4d
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ public class GroundPounder extends CardImpl {
|
||||||
public GroundPounder(UUID ownerId, CardSetInfo setInfo) {
|
public GroundPounder(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{G}");
|
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{G}");
|
||||||
|
|
||||||
this.subtype.add(SubType.HUMAN);
|
this.subtype.add(SubType.GOBLIN);
|
||||||
this.subtype.add(SubType.WARRIOR);
|
this.subtype.add(SubType.WARRIOR);
|
||||||
this.power = new MageInt(2);
|
this.power = new MageInt(2);
|
||||||
this.toughness = new MageInt(2);
|
this.toughness = new MageInt(2);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue