diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 60fc3ad22fdd2908d735005532c700b697217f63..991828eda16601d8d00a5d0d90db04c608b837ac 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -5186,7 +5186,7 @@ <<if $arcologies[0].FSSupremacist != "unset">> <<if ($slaves[$i].race == $arcologies[0].FSSupremacistRace)>> - <<if ($slaves[$i].assignment == "serve the public") || ($slaves[$i].assignment == "whore") || ($slaves[$i].assignment == "work in the brothel") || ($slaves[$i].assignment == "serve in the club") || ($slaves[$i].assignment == "work a glory hole") || ($slaves[$i].assignment == "be confined in the arcade")>> + <<if ["be confined in the arcade", "serve the public", "serve in the club", "whore", "work a glory hole", "work in the brothel"].includes($slaves[$i].assignment)>> <<if $arcologies[0].FSSupremacist >= $FSLockinLevel*0.6>> Society @@.red;strongly disapproves@@ of your keeping a slave of the $arcologies[0].FSSupremacistRace race in a degrading, public role; this also holds back acceptance of $arcologies[0].FSSupremacistRace superiority. <<elseif $arcologies[0].FSSupremacist >= $FSLockinLevel*0.3>> @@ -5663,6 +5663,8 @@ <<if ($slaves[$i].intelligence+$slaves[$i].intelligenceImplant < -10)>> Society @@.green;approves@@ of $slaves[$i].slaveName's dimwitted mind; this supports the idea that slaves should be entirely dependent on their owner. <<= FutureSocieties.ChangePorn("IntellectualDependency", 1)>> + <<elseif ["be your Head Girl", "be the Attendant", "be the Farmer", "be the Madam", "be the Matron", "be the Nurse", "be the Schoolteacher", "be the Stewardess"].includes($slaves[$i].assignment)>> + Society understands the value of intelligence in $his appointed position and is willing overlook it. <<elseif ($slaves[$i].intelligence+$slaves[$i].intelligenceImplant > 10)>> Society @@.red;disapproves@@ of $slaves[$i].slaveName's sharp mind; this holds back acceptance of the idea that slaves should be dumb and dependent. <<= FutureSocieties.ChangePorn("IntellectualDependency", -1)>>