diff --git a/module/rdd-utility.js b/module/rdd-utility.js index 7734d4e3..0768aa13 100644 --- a/module/rdd-utility.js +++ b/module/rdd-utility.js @@ -78,7 +78,7 @@ function _cumulSegmentsFatigue(matrix) { } /* -------------------------------------------- */ -const fatigueMatrix = _buildAllSegmentsFatigue(30); +const fatigueMatrix = _buildAllSegmentsFatigue(60); const cumulFatigueMatrix = _cumulSegmentsFatigue(fatigueMatrix); const fatigueMalus = [ 0, 0, 0, -1, -1, -1, -2, -3, -4, -5, -6, -7 ]; // Provides the malus for each segment of fatigue