Merge pull request #2717 from JRHerlehy/master

[TOKEN] Goblin with Haste
This commit is contained in:
Justin Herlehy 2016-12-27 00:09:38 -05:00 committed by GitHub
commit e20183affa

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";
}
}