This commit is contained in:
WBHarry 2025-08-07 22:41:58 +02:00
parent df99d0e4c6
commit 9f9da6efcd
15 changed files with 98 additions and 34 deletions

View file

@ -175,7 +175,6 @@ export default class DHBaseActorSheet extends DHApplicationMixin(ActorSheetV2) {
const newValue = (action.uses.value ?? 0) + (increase ? 1 : -1);
await action.update({ 'uses.value': Math.min(Math.max(newValue, 0), action.uses.max ?? 0) });
this.render();
}
/* -------------------------------------------- */