You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
Features can nowadays be disabled in character sheets to support various conditions that do exactly that. TAHUD currently shows them as being perfectly functional.
This needs simple test against the boolean item.isActive which should be the same as with buffs, for determining if an ability is disabled or not. These features can be displayed as disabled, or even omitted entirely.
This doesn't necessarily need to have a way to toggle this for features, but if the UI method for that can be figured out over triggering the feature, that'd be awesome.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Features can nowadays be disabled in character sheets to support various conditions that do exactly that. TAHUD currently shows them as being perfectly functional.
This needs simple test against the boolean
item.isActive
which should be the same as with buffs, for determining if an ability is disabled or not. These features can be displayed as disabled, or even omitted entirely.This doesn't necessarily need to have a way to toggle this for features, but if the UI method for that can be figured out over triggering the feature, that'd be awesome.
The text was updated successfully, but these errors were encountered: