From 6462842395efa96c10139517bf6ce566bc93ef0d Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 29 Oct 2019 04:57:39 -0400
Subject: [PATCH] slave professionalism malus tweak

---
 src/uncategorized/saLongTermEffects.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 51e46d3232c..9d70d44a5b1 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -5706,8 +5706,8 @@
 		<<elseif $slaves[$i].intelligenceImplant <= -15>>
 			Society @@.red;is appalled@@ by $slaves[$i].slaveName's twisted education; why someone would do this is beyond them.
 			<<= FutureSocieties.ChangePorn("SlaveProfessionalism", -3)>>
-		<<elseif $slaves[$i].intelligence < -10>>
-			Society @@.red;frowns@@ of keeping a slave as slow as $slaves[$i].slaveName; the lack of any effort to rectify $his lack of intelligence sets a bad example for other owners.
+		<<elseif $slaves[$i].intelligence < -10 && $slaves[$i].intelligenceImplant < 15>>
+			Society @@.red;frowns@@ of keeping a slave as slow as $slaves[$i].slaveName; the lack of an attempt to correct this sets a bad example for other owners.
 			<<= FutureSocieties.ChangePorn("SlaveProfessionalism", -2)>>
 		<</if>>
 		<<if $slaves[$i].accent > 1 && canTalk($slaves[$i]) && ($slaves[$i].speechRules != "restrictive" || ($slaves[$i].speechRules == "restrictive" && $slaves[$i].devotion < 20 && $slaves[$i].trust >= -20))>>
-- 
GitLab