mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Merge pull request #2717 from JRHerlehy/master
[TOKEN] Goblin with Haste
This commit is contained in:
commit
e20183affa
1 changed files with 1 additions and 0 deletions
|
@ -41,5 +41,6 @@ public class GoblinTokenWithHaste extends GoblinToken {
|
||||||
public GoblinTokenWithHaste() {
|
public GoblinTokenWithHaste() {
|
||||||
super();
|
super();
|
||||||
addAbility(HasteAbility.getInstance());
|
addAbility(HasteAbility.getInstance());
|
||||||
|
this.description = "1/1 red Goblin creature token with haste";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue