Adds mod calculation

This commit is contained in:
mstein
2022-07-13 02:44:14 +02:00
parent c8d59588e0
commit c827693e72
15 changed files with 497 additions and 131 deletions
+7
View File
@@ -35,6 +35,13 @@ export default class M5CharacterSheet extends ActorSheet {
})
}
override setPosition(options = {}) {
const position = super.setPosition(options)
const fillerWidth = this.element.find(".attributes .filler:first").width()
this.element.find(".attributes .attribute-filler-fixed").width(fillerWidth)
return position;
}
override activateListeners(html: JQuery) {
super.activateListeners(html)