mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59: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);
|
await super.buildPost(roll, config, message);
|
||||||
if (config.source?.message) {
|
if (config.source?.message) {
|
||||||
// const chatMessage = ui.chat.collection.get(config.source.message);
|
|
||||||
chatMessage.update({ 'system.damage': config.damage });
|
chatMessage.update({ 'system.damage': config.damage });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -123,13 +123,6 @@ export default class DHRoll extends Roll {
|
||||||
options.message.system.user = game.user.id;
|
options.message.system.user = game.user.id;
|
||||||
return options.message.system;
|
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) {
|
static applyKeybindings(config) {
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,6 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
// padding: 5px 0;
|
|
||||||
|
|
||||||
.dice-tooltip {
|
.dice-tooltip {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue