mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 04:01:06 +01:00
Added automation on fear to countdowns
This commit is contained in:
parent
498e6b9aa2
commit
f9f2abc484
5 changed files with 24 additions and 15 deletions
|
|
@ -248,6 +248,10 @@ export const registerRollDiceHooks = () => {
|
|||
) {
|
||||
const { updateCountdowns } = game.system.api.applications.ui.DhCountdowns;
|
||||
await updateCountdowns(CONFIG.DH.GENERAL.countdownProgressionTypes.actionRoll.id);
|
||||
|
||||
if (config.roll.result.duality === -1) {
|
||||
await updateCountdowns(CONFIG.DH.GENERAL.countdownProgressionTypes.fear.id);
|
||||
}
|
||||
}
|
||||
|
||||
const hopeFearAutomation = automationSettings.hopeFear;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue