before main merge

This commit is contained in:
Dapoolp 2025-06-22 22:18:30 +02:00
parent 1695c80388
commit e52d9e4d8c
5 changed files with 14 additions and 94 deletions

View file

@ -33,6 +33,7 @@ export default class DamageDialog extends HandlebarsApplicationMixin(Application
async _prepareContext(_options) {
const context = await super._prepareContext(_options);
context.title = this.config.title;
context.formula = this.config.formula;
return context;
}