Add options to "Show Class-Locked Nodes" and "Show Class-Locked Rewards". Options show up in the main options panel as well as the dropdown menu from the world map button.
Currently there is code in groups.lua that supports class-specific groups but I could not find any instances of that feature being used in our code.
I do know that we have manually set an IsEnabled() function for the Druid Glyphs group in The Emerald Dream but I am not sure how to address that. It seemed like overkill to have another option for "Show Class Locked Groups" with only one in existence.
After implementing this feature I wonder if we need a similar set of options for "Show Faction-Locked..." 🤔
Add options to "Show Class-Locked Nodes" and "Show Class-Locked Rewards". Options show up in the main options panel as well as the dropdown menu from the world map button.
Currently there is code in
groups.lua
that supports class-specific groups but I could not find any instances of that feature being used in our code.I do know that we have manually set an
IsEnabled()
function for the Druid Glyphs group in The Emerald Dream but I am not sure how to address that. It seemed like overkill to have another option for "Show Class Locked Groups" with only one in existence.After implementing this feature I wonder if we need a similar set of options for "Show Faction-Locked..." 🤔