mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-09 20:51:21 +01:00
new style for dialog roll and remove console.log debuggers
This commit is contained in:
parent
9d76405221
commit
1d6b66d590
50 changed files with 677 additions and 234 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue