diff --git a/src/SecExp/rebellionEvents.tw b/src/SecExp/rebellionEvents.tw
index 2c82cd80a1e32f35d12b43b1c2e8096626b5be55..e7d7a5f6c6a3e63904976e6a05bf0560fea5b0df 100644
--- a/src/SecExp/rebellionEvents.tw
+++ b/src/SecExp/rebellionEvents.tw
@@ -77,41 +77,41 @@
 	<<elseif _rand == 2>>
 		This week a citizen was caught giving refuge to other citizens, who would be liable to be enslaved because of their debts. The situation was quickly resolved, but the misplaced generosity of that citizen might have inflamed a few souls.
 	<<elseif _rand == 3>>
-		
+		This week a citizen died in one of the factories. His death sparked some outrage, even some talk of protests against the owners of the factory, but things seem to have calmed down for now.
 	<<elseif _rand == 4>>
-		
+		This week a citizen refused to be evicted from his house. After some negotiations the man was forcibly removed from the property by your security forces. Unfortunately the forced entry caused some damage to the building.
 	<<elseif _rand == 5>>
-		
+		This week a citizen refused to be enslaved as his contract established. With an impressive display of his rethoric capabilities he managed to gather a small crowd agreeing with his position. The impromptu assembly was promptly disrupted by the drones. 
 	<<else>>
-		
+		This week a security drone was found disabled and stripped of important electronic components. It seems the act was not dictated by greed, as the most precious parts of the drone were left on the machine, but rather to cover up something that the drone saw.
 	<</if>>
 	<<set $tension += random(1,5)>>
 <<case 5>>
 	<<set _rand = random(0,5)>>
 	<<if _rand == 0>>
-		
+		This week a factory was subject to a strike by a group of citizens protesting against the owner. They were proptly arrested and the factory returned to its rightful proprietor by our security department.
 	<<elseif _rand == 1>>
-		
+		This week a group of citizens organized a protest against the systemic enslavement of the citizens of the arcology. Their little parade gathered a surprisingly large crowd, but it was nonetheless quickly suppressed by our forces.
 	<<elseif _rand == 2>>
-		
+		This week the security department registered the formation of several assemblies of citizens, whose purpouse seems to be political in nature. For now no furhter steps were taken, but it's a worrying sign of further political opposition within the arcology.
 	<<elseif _rand == 3>>
-		
+		Placeholder mini event for citizens. Medium tension.
 	<<elseif _rand == 4>>
-		
+		Placeholder mini event for citizens. Medium tension.
 	<<else>>
-		
+		Placeholder mini event for citizens. Medium tension.
 	<</if>>
 	<<set $tension += random(5,10)>>
 <<case 6>>
 	<<set _rand = random(0,4)>>
 	<<if _rand == 0>>
-		
+		Placeholder mini event for citizens. High tension.
 	<<elseif _rand == 1>>
-		
+		Placeholder mini event for citizens. High tension.
 	<<elseif _rand == 2>>
-		
+		Placeholder mini event for citizens. High tension.
 	<<elseif _rand == 3>>
-		
+		Placeholder mini event for citizens. High tension.
 	<</if>>
 	<<set $tension += random(10,15)>>
 <</switch>>
diff --git a/src/uncategorized/nonRandomEvent.tw b/src/uncategorized/nonRandomEvent.tw
index a40d844f32ddd72519bdfd969ec7406d9e1e64a2..359f569b70915e8446ae4410fafcba487f157b28 100644
--- a/src/uncategorized/nonRandomEvent.tw
+++ b/src/uncategorized/nonRandomEvent.tw
@@ -92,14 +92,6 @@
 	<</if>>
 <<elseif (_effectiveWeek == 72)>>
 	<<goto "P coup aftermath">>
-<<elseif $smilingManProgress == 0 && _effectiveWeek >= 74>>
-	<<goto "secExpSmilingMan">>
-<<elseif $smilingManProgress == 1 && _effectiveWeek >= 77>>
-	<<goto "secExpSmilingMan">>
-<<elseif $smilingManProgress == 2 && _effectiveWeek >= 82>>
-	<<goto "secExpSmilingMan">>
-<<elseif $smilingManProgress == 3>>
-	<<goto "secExpSmilingMan">>
 <<elseif (_effectiveWeek > 5) && ($rep > 3000) && ($FSAnnounced == 0)>>
 	<<goto "P FS Announcement">>
 <<elseif (_effectiveWeek > 18) && ($assistant > 0) && ($assistantOptions == 0)>>
@@ -156,6 +148,14 @@
 	<<goto "P slave medic">>
 <<elseif ($PPit == 1) && ($Bodyguard != 0)>>
 	<<goto "PE pit fight">>
+<<elseif $smilingManProgress == 0 && _effectiveWeek >= 74>>
+	<<goto "secExpSmilingMan">>
+<<elseif $smilingManProgress == 1 && _effectiveWeek >= 77>>
+	<<goto "secExpSmilingMan">>
+<<elseif $smilingManProgress == 2 && _effectiveWeek >= 82>>
+	<<goto "secExpSmilingMan">>
+<<elseif $smilingManProgress == 3>>
+	<<goto "secExpSmilingMan">>
 <<else>>
 	<<if random(1,100) > _effectiveWeek+25>>
 		<<goto "RIE Eligibility Check">>