Remove comments

This commit is contained in:
Dapoolp 2025-08-08 21:32:55 +02:00
parent 3ff6ec4f5e
commit 512b87adc4
3 changed files with 0 additions and 9 deletions

View file

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

View file

@ -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) {

View file

@ -123,7 +123,6 @@
flex-direction: column;
align-items: center;
gap: 5px;
// padding: 5px 0;
.dice-tooltip {
width: 100%;