Added RollMode to standalone DamageDialog and to RollDialog. ChatMessage now add ChatSpeaker

This commit is contained in:
WBHarry 2025-07-15 14:42:32 +02:00
parent 422f28c93c
commit 9688bf2e7e
12 changed files with 106 additions and 39 deletions

View file

@ -86,7 +86,7 @@ export default class DHRoll extends Roll {
system: config,
rolls: [roll]
};
return await cls.create(msg);
return await cls.create(msg, { rollMode: config.selectedRollMode });
}
static applyKeybindings(config) {