[TOKEN] Goblin with Haste

The 1/1 red goblin with haste token was failing to specify that it was a token with haste is the fallback autotext.
This commit is contained in:
Justin Herlehy 2016-12-27 00:08:13 -05:00
parent 233096dc1b
commit 5cfec72d81

View file

@ -41,5 +41,6 @@ public class GoblinTokenWithHaste extends GoblinToken {
public GoblinTokenWithHaste() {
super();
addAbility(HasteAbility.getInstance());
this.description = "1/1 red Goblin creature token with haste";
}
}