diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw
index 8fc8f8475a5216c3171f3c71097e50610b58ce12..46a9a7b615ca2cf3907bccfbe6d93f3d9af64eca 100644
--- a/src/uncategorized/arcmgmt.tw
+++ b/src/uncategorized/arcmgmt.tw
@@ -75,13 +75,6 @@ This week, <<if _flux > 0>>few to none<<else>>many<</if>> of $arcologies[0].name
 	Your arcology is currently home to as many citizens as it can house; unless the living areas are reconfigured, the citizen population will not increase.
 <<else>>
 	<<set _immigrants += random(-10,10)>>
-	<<if $crime > 80>>
-		Crime is a widespread phenomenon in your arcology, many potential immigrants are scared away.
-		<<set _immigrants -= random(5,10)>>
-	<<elseif $crime < 20>>
-		Crime is a distant issue within the walls of your arcology, many immigrants are attracted to such safe shores.
-		<<set _immigrants += random(5,10)>>
-	<</if>>
 	<<if $ProImmigrationRep == 1>>
 		Your welcome program for new citizens helps encourage wealthy people from the old world to immigrate, but @@.red;annoys some longstanding citizens.@@
 		<<set _immigrants += random(10,20), $rep -= 100>>
@@ -99,6 +92,13 @@ This week, <<if _flux > 0>>few to none<<else>>many<</if>> of $arcologies[0].name
 		<<set _immigrants += random(10,20)>>
 	<</if>>
 	<<if $secExp == 1>>
+		<<if $crime > 80>>
+			Crime is a widespread phenomenon in your arcology, many potential immigrants are scared away.
+			<<set _immigrants -= random(5,10)>>
+		<<elseif $crime < 20>>
+			Crime is a distant issue within the walls of your arcology, many immigrants are attracted to such safe shores.
+			<<set _immigrants += random(5,10)>>
+		<</if>>
 		<<if $limitSubhumans == 1>>
 			Subhumans are stopped and turned away as soon as they dare petition for citizenship in your arcology, slightly lowering immigrants numbers.
 			<<set _immigrants -= random(5,10)>>