mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Fixed build failure
This commit is contained in:
parent
0f9eec934d
commit
0429b6083c
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ import mage.constants.SubType;
|
|||
public final class ElementalShamanToken extends TokenImpl {
|
||||
|
||||
public ElementalShamanToken(boolean withHaste) {
|
||||
this();
|
||||
|
||||
if (withHaste) {
|
||||
addAbility(HasteAbility.getInstance());
|
||||
description = description + " with haste";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue