mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
fixed verify failure
This commit is contained in:
parent
7eb8236efa
commit
4a6fa15b37
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue