diff --git a/src/endWeek/economics/arcmgmt.js b/src/endWeek/economics/arcmgmt.js
index 5db18dbee0a6095f447d699269f9a90f5dfecb10..1f2ea06b302e385e8d53c4f89a2f1c659d731081 100644
--- a/src/endWeek/economics/arcmgmt.js
+++ b/src/endWeek/economics/arcmgmt.js
@@ -1107,7 +1107,7 @@ App.EndWeek.arcManagement = function() {
 			_upperClass += -13.5;
 			_upperClassP *= 0.995;
 			_topClass += -5;
-			_topClass *= 0.99;
+			_topClassP *= 0.99;
 			r.push(`The rent promotion for new immigrants brings new citizens to the arcology.`);
 		}
 		if (V.policies.immigrationRep === 1) {
@@ -1118,7 +1118,7 @@ App.EndWeek.arcManagement = function() {
 			_upperClass += -13.5;
 			_upperClassP *= 0.995;
 			_topClass += -5;
-			_topClass *= 0.99;
+			_topClassP *= 0.99;
 			r.push(`Your welcome program for new citizens helps encourage wealthy people from the old world to immigrate, but <span class="red">annoys some longstanding citizens.</span>`);
 			repX(forceNeg(100), "policies");
 		}
@@ -1130,7 +1130,7 @@ App.EndWeek.arcManagement = function() {
 			_upperClass += 13.5;
 			_upperClassP *= 1.005;
 			_topClass += 5;
-			_topClass *= 1.01;
+			_topClassP *= 1.01;
 			r.push(`You covertly <span class="yellowgreen">sell</span> the private information of potential arcology immigrants on the old world black market.`);
 			cashX(random(500, 1500), "policies");
 		}
@@ -1142,7 +1142,7 @@ App.EndWeek.arcManagement = function() {
 			_upperClass += 13.5;
 			_upperClassP *= 1.005;
 			_topClass += 5;
-			_topClass *= 1.01;
+			_topClassP *= 1.01;
 			r.push(`You allow citizens input on potential immigrants, a <span class="green">popular</span> program.`);
 			repX(100, "policies");
 		}
@@ -1152,7 +1152,7 @@ App.EndWeek.arcManagement = function() {
 			_lowerClass += -200;
 			_lowerClassP *= .99;
 			_topClass += 5;
-			_topClass *= 1.01;
+			_topClassP *= 1.01;
 			r.push(`You <span class="yellowgreen">take kickbacks</span> for ignoring enslavement of citizens.`);
 			cashX(random(500, 1500), "policies");
 		}
@@ -1162,7 +1162,7 @@ App.EndWeek.arcManagement = function() {
 			_lowerClass += -200;
 			_lowerClassP *= 0.99;
 			_topClass += 5;
-			_topClass *= 1.01;
+			_topClassP *= 1.01;
 			r.push(`You <span class="green">make friends</span> by tacitly supporting enslavement of upstart citizens.`);
 			repX(100, "policies");
 		}
@@ -1172,7 +1172,7 @@ App.EndWeek.arcManagement = function() {
 			_lowerClass += 200;
 			_lowerClassP *= 1.02;
 			_topClass += -5;
-			_topClass *= 0.98;
+			_topClassP *= 0.98;
 			r.push(`Your charity purse prevents a few citizens from falling into slavery.`);
 		}
 		if (V.policies.enslavementRep === -1) {
@@ -1181,7 +1181,7 @@ App.EndWeek.arcManagement = function() {
 			_lowerClass += 200;
 			_lowerClassP *= 1.01;
 			_topClass += -5;
-			_topClass *= 0.99;
+			_topClassP *= 0.99;
 			r.push(`You use your personal influence to help struggling citizens.`);
 			repX(forceNeg(100), "policies");
 		}