mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Remove comments
This commit is contained in:
parent
3ff6ec4f5e
commit
512b87adc4
3 changed files with 0 additions and 9 deletions
|
|
@ -40,7 +40,6 @@ export default class DamageRoll extends DHRoll {
|
|||
}
|
||||
await super.buildPost(roll, config, message);
|
||||
if (config.source?.message) {
|
||||
// const chatMessage = ui.chat.collection.get(config.source.message);
|
||||
chatMessage.update({ 'system.damage': config.damage });
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -123,13 +123,6 @@ export default class DHRoll extends Roll {
|
|||
options.message.system.user = game.user.id;
|
||||
return options.message.system;
|
||||
}
|
||||
// return {
|
||||
// formula: isPrivate ? "???" : this._formula,
|
||||
// flavor: isPrivate ? null : flavor ?? this.options.flavor,
|
||||
// user: game.user.id,
|
||||
// tooltip: isPrivate ? "" : await this.getTooltip(),
|
||||
// total: isPrivate ? "?" : Math.round(this.total * 100) / 100
|
||||
// };
|
||||
}
|
||||
|
||||
static applyKeybindings(config) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue