Revert max encumbrance back to tweak value

Very handy to pre-compute based on strength mod, but tweaks needs to stay authoritative.
master
The Happy Anarchist 2022-04-28 00:32:14 -10:00
parent 2d2beeb1b2
commit 2507701944
1 changed files with 1 additions and 1 deletions

View File

@ -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(