From dad9ab860cb7dc196e60d201abc5503a4752304a Mon Sep 17 00:00:00 2001 From: Eldritch-Oliver Date: Wed, 8 Oct 2025 23:06:40 -0600 Subject: [PATCH] Broadcast the notify event when a cryptic event happens --- module/Apps/DelveDiceHUD.mjs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/module/Apps/DelveDiceHUD.mjs b/module/Apps/DelveDiceHUD.mjs index 6dd69fe..e9a6f2f 100644 --- a/module/Apps/DelveDiceHUD.mjs +++ b/module/Apps/DelveDiceHUD.mjs @@ -228,6 +228,13 @@ export class DelveDiceHUD extends HandlebarsApplicationMixin(ApplicationV2) { localizer(`RipCrypt.notifs.info.cryptic-event-alert`), { console: false }, ); + game.socket.emit(`system.ripcrypt`, { + event: `notify`, + payload: { + message: `RipCrypt.notifs.info.cryptic-event-alert`, + type: `info`, + }, + }); }; if ([`both`, `pause`].includes(alertType) && game.user.isGM) {