Fixed build failure

This commit is contained in:
PurpleCrowbar 2022-06-08 16:06:34 +01:00
parent 0f9eec934d
commit 0429b6083c

View file

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