mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -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 final class ElementalShamanToken extends TokenImpl {
|
||||||
|
|
||||||
public ElementalShamanToken(boolean withHaste) {
|
public ElementalShamanToken(boolean withHaste) {
|
||||||
|
this();
|
||||||
|
|
||||||
if (withHaste) {
|
if (withHaste) {
|
||||||
addAbility(HasteAbility.getInstance());
|
addAbility(HasteAbility.getInstance());
|
||||||
description = description + " with haste";
|
description = description + " with haste";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue