Closed Lim-Dul closed 2 years ago
There's a rollable span in character-sheet.html: < span class="rule-text rollable powers-per-day-text" >{{localize "MB.PowersPerDayText"}} < /span >
but character-sheet.js activateListeners() doesn't actually hook anything to it. There is already a _onPowersPerDayRoll() method defined, so should be just adding the click handler.
Confirmed fixed in v1.14.0.
Expected Result Clicking the Powers per day info text triggers a macro resetting usage similar to the Omens per rest info text.
Actual Result Hovering over the Powers per day info text highlights it as if it was an interactive element but clicking it does nothing. The only way to reset power usage is per the rest button or manually. This is inconsistent with how a similar functionality for Omens works, where you can click the info text.
Steps to Reproduce