before PR

This commit is contained in:
Dapoolp 2025-06-13 22:34:16 +02:00
parent ca6dc047eb
commit 99898ade79
3 changed files with 26 additions and 444 deletions

View file

@ -68,7 +68,7 @@ export default class DHDualityRoll extends foundry.abstract.TypeDataModel {
}
get modifierTotal() {
// return {value: 12, label: "+12"}
return {value: 12, label: "+12"}
const total = this.modifiers.reduce((acc, x) => acc + x.value, 0);
return {
value: total,