diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw
index 46c990df6620ecb43492402a6317a3ece5eac2f1..7a7400ff708caa6cf7d8d0b2935101e29cd51f9b 100644
--- a/src/uncategorized/arcmgmt.tw
+++ b/src/uncategorized/arcmgmt.tw
@@ -1100,9 +1100,9 @@ This week, rents from $arcologies[0].name came to @@.yellowgreen;<<print cashFor
 <</if>>
 
 <<if $menials+$menialBioreactors+$fuckdolls > 0>>
+<<set _menialEarnings = 0,_bioreactorEarnings = 0,_fuckdollsEarnings = 0>>
 You own
 <<if $menials > 0>>
-	<<set _menialEarnings = 0>>
 	<<if $menials > Math.trunc(_LSCD / _slaveProductivity - _SCD)>>
 		<<set _menialEarnings += Math.trunc(_LSCD / _slaveProductivity - _SCD) * 10>>
 		<br>@@.red;more menial slaves than there was work,@@ consider selling some. You own
@@ -1122,7 +1122,6 @@ You own
 <</if>>
 
 <<if $menialBioreactors > 0>>
-	<<set _bioreactorEarnings = 0>>
 	<<set _bioreactorEarnings = $menialBioreactors*(10+(10*$arcologies[0].FSPastoralistLaw))>>
 	<<if $dairy && $dairyUpgradeMenials>><<set _bioreactorEarnings += $menialBioreactors*5>><</if>>
 	<<if $menialBioreactors > 1>> <<print commaNum($menialBioreactors)>> standard bioreactors,<<else>>one standard bioreactor,<</if>>
@@ -1132,7 +1131,6 @@ You own
 
 
 <<if $fuckdolls > 0>>
-	<<set _fuckdollsEarnings = 0>>
 	<<set _fuckdollsEarnings = $fuckdolls*(15+(10*$arcologies[0].FSDegradationistLaw))>>
 	<<if $arcade && $arcadeUpgradeMenials>><<set _fuckdollsEarnings += $fuckdolls*5>><</if>>
 	<<if $fuckdolls > 1>> <<print commaNum($fuckdolls)>> standard fuckdolls,<<else>>one fuckdoll,<</if>>