From 25077019445ffcd52ed33fa79fa0f83f8b91c1bf Mon Sep 17 00:00:00 2001 From: The Happy Anarchist Date: Thu, 28 Apr 2022 00:32:14 -1000 Subject: [PATCH] Revert max encumbrance back to tweak value Very handy to pre-compute based on strength mod, but tweaks needs to stay authoritative. --- src/module/actor/entity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/actor/entity.js b/src/module/actor/entity.js index ad1b8ca..04c2154 100644 --- a/src/module/actor/entity.js +++ b/src/module/actor/entity.js @@ -640,7 +640,7 @@ export class AcksActor extends Actor { } }); - const maxEncumbrance = 20000 + (this.data.data.scores.str.mod * 1000); + const maxEncumbrance = this.data.data.encumbrance.max; this.data.data.encumbrance = { pct: Math.clamped(