From 1dba1ff7cd23d3c8881641f16a8d1183557aaad1 Mon Sep 17 00:00:00 2001
From: WriteAnon101 <h5154101@nwytg.net>
Date: Thu, 1 Nov 2018 22:26:24 -0700
Subject: [PATCH] =?UTF-8?q?Revert=20"Modify=20randomNonindividualEvent.tw?=
 =?UTF-8?q?=20to=20begin=20pushing=20the=20P=20associates=20public=20slut?=
 =?UTF-8?q?=E2=80=A6"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This reverts commit b34849f283e8146bb9d86757e28b9bca7599090c
---
 src/uncategorized/randomNonindividualEvent.tw | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw
index 0dc4c8b62c8..ad035343b1e 100644
--- a/src/uncategorized/randomNonindividualEvent.tw
+++ b/src/uncategorized/randomNonindividualEvent.tw
@@ -59,9 +59,7 @@
 		<</if>> /* closes no nicknames option */
 
 	<</if>> /* CLOSES FUCKDOLL CHECK */
-	
-	<<if  $week-$nationHate >= 10 >>
-		<<set $events.push("P associates public slut")>>
+
 	<<set $legendaryFacility = 1>>
 	<<if $legendaryWhoreID != 0>>
 		<<set $events.push("RE legendary whore")>>
@@ -581,6 +579,9 @@
 				<<set $recruit.push("embryo appropriation")>>
 			<</if>>
 			<<set $recruit.push("blessed virgin")>>
+			<<if $rep > 16000 && random(1,100) < $rep/1000 && $cash >= 50000>>
+				<<set $recruit.push("cleaning house")>>
+			<</if>>
 		<</if>>
 		<<set $recruit.push("female SD")>>
 		<<set $recruit.push("female SD 2")>>
@@ -606,7 +607,7 @@
 		<<if $PC.hacking >= 50 && random(0,100) < $PC.hacking>>
 			<<set $recruit.push("held POW")>>
 		<</if>>
-		<<if($pedo_mode == 1 || $minimumSlaveAge <= 13) && $PC.hacking >= 100 && random(0,100) > 95 && $cash >= 100000>>
+		<<if $PC.hacking >= 100 && random(0,100) > 95 && $cash >= 100000>>
 			<<set $recruit.push("rogue cyborg")>>
 		<</if>>	
 		<<if $arcologyUpgrade.drones == 1>>
@@ -632,6 +633,9 @@
 				<<set $events.push("RE malefactor")>>
 			<</if>>
 		<</if>>
+		<<if $rep > 16000 && random(1,100) < $rep/1000 && $cash >= 100000>>
+			<<set $recruit.push("forbidden love")>>
+		<</if>>
 
 	<</if>>
 
@@ -652,6 +656,9 @@
 				<<set $recruit.push("herm runaway")>>
 			<</if>>
 		<</if>>
+		<<if $rep > 16000 && random(1,100) < $rep/1000 && $cash >= 100000>>
+			<<set $recruit.push("princely betrayal")>>
+		<</if>>
 		<<if ($cash > 20000)>>
 			<<set $recruit.push("school trap")>>
 		<</if>>
-- 
GitLab