mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00: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) {
|
||||
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.power = new MageInt(2);
|
||||
this.toughness = new MageInt(2);
|
||||
|
|
Loading…
Reference in a new issue