mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Added result messages to the Death Move chat output and removed debug statements
This commit is contained in:
parent
4214e5133d
commit
a554ec0e4d
4 changed files with 43 additions and 26 deletions
|
|
@ -173,7 +173,6 @@ export default class DualityRoll extends D20Roll {
|
|||
}
|
||||
|
||||
static async buildConfigure(config = {}, message = {}) {
|
||||
console.log("buildConfigure, config", config);
|
||||
config.dialog ??= {};
|
||||
config.guaranteedCritical = config.data?.parent?.appliedEffects.reduce((a, c) => {
|
||||
const change = c.changes.find(ch => ch.key === 'system.rules.roll.guaranteedCritical');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue