Added result messages to the Death Move chat output and removed debug statements

This commit is contained in:
Chris Ryan 2026-01-13 23:13:12 +10:00
parent 4214e5133d
commit a554ec0e4d
4 changed files with 43 additions and 26 deletions

View file

@ -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');