@@ -14,6 +14,7 @@ This is a space in the arcology's service areas,
<br>
<<if $sectors[$AS].type == "Sweatshops">>
<<set $Sweatshops = 0>>
<<for _i = 25; _i <= 29; _i++>>
<<if $sectors[_i].type == "Sweatshops">>
<<set $Sweatshops++>>
...
...
@@ -78,4 +79,4 @@ This is a space in the arcology's service areas,
<br>
[[Return this sector to standard manufacturing|Main][cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology)), "capEx"), $sectors[$AS].type = "Manufacturing"]]
This is a space in the arcology's service areas, designed to house hundreds of slaves for paying owners. You control this part of the arcology. If you own menial slaves, they will be kept here; otherwise, unused space will be rented to other slave brokers.
<<= MenialPopCap()>>
<br>In total you are able to persoanlly house a total of <<= num($PopCap)>> menial slaves.<br>
<<SectorSell>>
<br>
...
...
@@ -40,4 +43,4 @@ This is a space in the arcology's service areas, designed to house hundreds of s
<br>
[[Convert this sector into a manufacturing district|Main][cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology)), "capEx"), $sectors[$AS].type = "Manufacturing"]]