Add Show Helm/Cloak checkboxes to Equipment tab; expose isHelmVisible/isCloakVisible

This commit is contained in:
Kelsi 2026-03-12 00:13:48 -07:00
parent d072c852f3
commit 928f00de41
2 changed files with 14 additions and 0 deletions

View file

@ -380,6 +380,8 @@ public:
// Display toggles
void toggleHelm();
void toggleCloak();
bool isHelmVisible() const { return helmVisible_; }
bool isCloakVisible() const { return cloakVisible_; }
// Follow/Assist
void followTarget();