Skip to content

v1.27.2

Choose a tag to compare

@crlngn crlngn released this 23 Aug 21:32
· 4 commits to main since this release
  • Fix: player being prompted twice for the same check when Midi-QOL is set to roll saves with Flash Token Bar and "Auto check saves" is enabled. Midi runs checkSaves() for the CheckActivity and dispatches the check itself, so MidiActivityManager.triggerMissingRolls no longer sends its own request in that configuration — new MidiActivityManager.isMidiHandlingCheck() gates it on autoCheckSaves plus playerRollSaves/rollNPCSaves being set to "ftb".
  • Fix: tool and skill check requests were arriving on client with an ability as the roll key rolled as a plain ability check titled "str Check", losing the tool's ability and proficiency bonus.
  • FlashAPI.requestRoll accepts the documented "ability" request type, plus "check" and "save" aliases, instead of erroring with "unknown request type".
  • workflowId is carried through the roll request config so the rolling client can resolve the originating Midi workflow.