diff --git a/src/SecExp/securityReport.tw b/src/SecExp/securityReport.tw
index 629e88b7b46c20c55386812949c581d6a51331cc..52bb8f1621dc56333c9a66c4efd8866b1f825604 100644
--- a/src/SecExp/securityReport.tw
+++ b/src/SecExp/securityReport.tw
@@ -325,7 +325,7 @@ Due to the deterioration of the old world countries, organized crime focuses mor
 	Your great wealth acts as a beacon for the greediest criminals, calling them to your arcology as moths to a flame.
 	<<set _crimeGrowth += 0.5>>
 <</if>>
-<<if $SecExp.buildings.propHub.active > 0 && $SecExp.buildings.propHub.marketInfiltration ? 0>>
+<<if $SecExp.buildings.propHub.active > 0 && $SecExp.buildings.propHub.marketInfiltration > 0>>
 	<<set _crimeGrowth += 0.5 * random(1,2)>>
 <</if>>
 
diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw
index 9d9d522935c150c703685b304f99240954d70a0a..9974fea9ef39a70adc30afedb251c941a20eb2da 100644
--- a/src/uncategorized/reputation.tw
+++ b/src/uncategorized/reputation.tw
@@ -713,9 +713,9 @@ On formal occasions, you are announced as $PCTitle.
 <</if>>
 
 <<if $secExpEnabled == 1>>
-	<<if $SecExp.buildings.pr.fakeNews > 0>>
+	<<if $SecExp.buildings.propHub.fakeNews > 0>>
 		The authenticity department produces and distributes copious amounts of plausible enough news and reports, @@.green;increasing your reputation.@@
-		<<run repX(10 * $SecExp.buildings.pr.miniTruth, "policies")>>
+		<<run repX(10 * $SecExp.buildings.propHub.miniTruth, "policies")>>
 	<</if>>
 <</if>>