diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw
index 0dc4c8b62c899934d9452ea666f2d0522100b378..ad035343b1e7395cf3209307d365d3eb505fdc68 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>>