From c6f52879a61504913f5bc33f697f3a6fc71ed9dc Mon Sep 17 00:00:00 2001
From: Blank <blank@national.shitposting.agency>
Date: Fri, 31 May 2019 19:51:15 -0700
Subject: [PATCH] Sa conflict resolution

---
 src/uncategorized/saChoosesOwnJob.tw | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/uncategorized/saChoosesOwnJob.tw b/src/uncategorized/saChoosesOwnJob.tw
index 8e55124f71d..794736ffcdc 100644
--- a/src/uncategorized/saChoosesOwnJob.tw
+++ b/src/uncategorized/saChoosesOwnJob.tw
@@ -78,6 +78,7 @@
 				<<set $slaves[$i].choosesOwnAssignmentText += " on the streets.">>
 				<<= assignJob($slaves[$i], "serve the public")>>
 			<</if>>
+			<<set $slaves[$i].sexAmount = 10>>
 		<</if>>
 
 	<<elseif ($slaves[$i].relationship == -2)>>
@@ -100,6 +101,7 @@
 				<<set $slaves[$i].choosesOwnAssignmentText += " on the streets.">>
 				<<= assignJob($slaves[$i], "serve the public")>>
 			<</if>>
+			<<set $slaves[$i].sexAmount = 10>>
 		<<elseif ($slaves[$i].energy > 60)>>
 			<<set $slaves[$i].choosesOwnAssignmentText += " and $he thinks of little but sex with you,">>
 			<<if ($universalRulesAssignsSelfFacility == 1) && ($masterSuite > $masterSuiteSlaves)>>
@@ -225,6 +227,7 @@
 				<<set $slaves[$i].choosesOwnAssignmentText += " is self-confident, so $he decides to work as a public servant.">>
 				<<= assignJob($slaves[$i], "serve the public")>>
 			<</if>>
+			<<set $slaves[$i].sexAmount = 10>>
 		<<elseif ($slaves[$i].fetish == "masochist")>>
 			<<if ($universalRulesAssignsSelfFacility == 1) && ($brothel > $brothelSlaves)>>
 				<<set $slaves[$i].choosesOwnAssignmentText += " enjoys abuse, so $he hurries down to $brothelName.">>
@@ -310,6 +313,7 @@
 							<<set $slaves[$i].choosesOwnAssignmentText += " heads to the streets to contribute to the number of visibly pregnant women around.">>
 							<<= assignJob($slaves[$i], "serve the public")>>
 						<</if>>
+						<<set $slaves[$i].sexAmount = 10>>
 					<</if>>
 				<<elseif $masterSuite > $masterSuiteSlaves && $universalRulesAssignsSelfFacility == 1>>
 					<<set $slaves[$i].choosesOwnAssignmentText += " heads straight to $masterSuiteName to share the intimacy of $his pregnant body with you.">>
@@ -352,6 +356,7 @@
 					<<set $slaves[$i].choosesOwnAssignmentText += " decides to work as a public servant so $he can show off $his bare breasts.">>
 					<<= assignJob($slaves[$i], "serve the public")>>
 				<</if>>
+				<<set $slaves[$i].sexAmount = 10>>
 			<</if>>
 		<<elseif ($slaves[$i].attrXX > 85)>>
 			<<if ($universalRulesAssignsSelfFacility == 1) && ($club > $clubSlaves)>>
@@ -361,6 +366,7 @@
 				<<set $slaves[$i].choosesOwnAssignmentText += " decides to work as a public servant so $he can hit on hot girls.">>
 				<<= assignJob($slaves[$i], "serve the public")>>
 			<</if>>
+			<<set $slaves[$i].sexAmount = 10>>
 		<<elseif ($slaves[$i].attrXY > 85)>>
 			<<if ($universalRulesAssignsSelfFacility == 1) && ($club > $clubSlaves)>>
 				<<set $slaves[$i].choosesOwnAssignmentText += " decides to work in $clubName so $he can hit on cute boys.">>
@@ -369,6 +375,7 @@
 				<<set $slaves[$i].choosesOwnAssignmentText += " decides to work as a public servant so $he can hit on cute boys.">>
 				<<= assignJob($slaves[$i], "serve the public")>>
 			<</if>>
+			<<set $slaves[$i].sexAmount = 10>>
 		<<elseif ($slaves[$i].energy > 95)>>
 			<<if ($universalRulesAssignsSelfFacility == 1) && ($brothel > $brothelSlaves)>>
 				<<set $slaves[$i].choosesOwnAssignmentText += " decides to help those of your slaves who mind taking dick all day by working in $brothelName.">>
@@ -409,6 +416,7 @@
 			<<else>>
 				<<set $slaves[$i].choosesOwnAssignmentText += " is a devoted slave, so $he decides $he can best serve the empire by offering $himself to the public.">>
 				<<= assignJob($slaves[$i], "serve the public")>>
+				<<set $slaves[$i].sexAmount = 10>>
 			<</if>>
 		<<elseif ($arcologies[0].FSPaternalist > 0)>>
 			<<if ($universalRulesAssignsSelfFacility == 1) && ($brothel > $brothelSlaves)>>
@@ -461,6 +469,7 @@
 					<<set $slaves[$i].choosesOwnAssignmentText += " decides to serve the public, since $he thinks $himself a better public slut than a whore.">>
 					<<= assignJob($slaves[$i], "serve the public")>>
 				<</if>>
+				<<set $slaves[$i].sexAmount = 10>>
 			<<else>>
 				<<if ($universalRulesAssignsSelfFacility == 1) && ($brothel > $brothelSlaves)>>
 					<<set $slaves[$i].choosesOwnAssignmentText += " decides to join $his sisters and work in $brothelName.">>
-- 
GitLab