Fix type.

This commit is contained in:
spjspj 2017-12-10 23:22:10 +11:00
parent 46cbaed493
commit 89a45eaa4d

View file

@ -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);