From f8f55091ebd9e09cbfe453f39e2bd47607bb103c Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sat, 28 May 2022 02:28:17 -0400
Subject: [PATCH] Leave the SMR label inconsistent but move the value to a
 known threshold.

---
 src/npc/generate/lawCompliance.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/npc/generate/lawCompliance.js b/src/npc/generate/lawCompliance.js
index 3e3ec12cb2a..9f197d832c4 100644
--- a/src/npc/generate/lawCompliance.js
+++ b/src/npc/generate/lawCompliance.js
@@ -626,7 +626,7 @@ App.Desc.lawCompliance = function(slave, market = 0) {
 	}
 
 	function weightSMR() {
-		if (slave.weight > 130) {
+		if (slave.weight > 95) {
 			slave.weight = jsRandom(-50, 50);
 		}
 		slave.trust -= 5;
-- 
GitLab