fixed verify failure

This commit is contained in:
Evan Kranzler 2022-04-09 11:11:15 -04:00
parent 7eb8236efa
commit 4a6fa15b37
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ import mage.constants.Zone;
*/
public class MenaceAbility extends StaticAbility { // Menace may not be a Singleton because the source ability is needed in the continuous effect
private boolean showAbilityHint = true;
private final boolean showAbilityHint;
public MenaceAbility() {
this(true);