diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw
index fd45dc1eefc04447e70da14476eeb9bae6634f8b..2bcfc01e24e5b02e675e88981f4dd5295f893773 100644
--- a/src/uncategorized/arcmgmt.tw
+++ b/src/uncategorized/arcmgmt.tw
@@ -1103,7 +1103,7 @@ This week, rents from $arcologies[0].name came to @@.yellowgreen;<<print cashFor
 You own
 <<if $menials > 0>>
 	<<if $menials > Math.trunc(_LSCD / _slaveProductivity - _SCD)>>
-		<<set _earnings += Math.trunc(_LSCD / _slaveProductivity - _SCD) * 10>>
+		<<set _menialEarnings += Math.trunc(_LSCD / _slaveProductivity - _SCD) * 10>>
 		<br>@@.red;more menial slaves than there was work,@@ consider selling some. You own
 	<<else>>
 		<<set _menialEarnings = $menials*10>>
@@ -1136,9 +1136,8 @@ You own
 	<<set _fuckdollsEarnings += random(1,10)>>
 	<<run cashX(_fuckdollsEarnings, "fuckdolls")>>
 <</if>>
-<<set _earnings += random(1,10)>>
 
-earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@
+earning you @@.yellowgreen;<<print cashFormat(_menialEarnings + _bioreactorEarnings + _fuckdollsEarnings)>>.@@
 <</if>>
 
 <<set _AWeekGrowth = $AGrowth>>