mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
[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:
parent
233096dc1b
commit
5cfec72d81
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue