new style for dialog roll and remove console.log debuggers

This commit is contained in:
moliloo 2025-07-05 14:08:43 -03:00
parent 9d76405221
commit 1d6b66d590
50 changed files with 677 additions and 234 deletions

View file

@ -244,7 +244,6 @@ export default class DHBaseAction extends foundry.abstract.DataModel {
}
if (this.hasRoll) {
console.log(config);
const rollConfig = this.prepareRoll(config);
config.roll = rollConfig;
config = await this.actor.diceRoll(config);