mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +01:00
No, there was not a console.log !
This commit is contained in:
parent
1f46f92037
commit
cb0aa424a2
1 changed files with 1 additions and 3 deletions
|
|
@ -62,11 +62,9 @@ export default class DHRoll extends Roll {
|
||||||
roll = Roll.fromTerms([pool]);
|
roll = Roll.fromTerms([pool]);
|
||||||
}
|
}
|
||||||
if (game.modules.get('dice-so-nice')?.active) await game.dice3d.showForRoll(roll, game.user, true);
|
if (game.modules.get('dice-so-nice')?.active) await game.dice3d.showForRoll(roll, game.user, true);
|
||||||
} else {
|
} else
|
||||||
console.log(roll, config)
|
|
||||||
config.message = await this.toMessage(roll, config);
|
config.message = await this.toMessage(roll, config);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
static postEvaluate(roll, config = {}) {
|
static postEvaluate(roll, config = {}) {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue