@@ -14,6 +14,11 @@ This is a space in the arcology's service areas,
...
@@ -14,6 +14,11 @@ This is a space in the arcology's service areas,
<br>
<br>
<<if $sectors[$AS].type == "Sweatshops">>
<<if $sectors[$AS].type == "Sweatshops">>
<<for _i = 25; _i <= 29; _i++>>
<<if $sectors[_i].type == "Sweatshops">>
<<set $Sweatshops++>>
<</if>>
<</for>>
<<if $menials > 0>>
<<if $menials > 0>>
<br><br>
<br><br>
You own <<print num($menials)>> menial slaves. All your sweatshops together can use only <<print $Sweatshops*500>>,
You own <<print num($menials)>> menial slaves. All your sweatshops together can use only <<print $Sweatshops*500>>,
...
@@ -65,7 +70,7 @@ This is a space in the arcology's service areas,
...
@@ -65,7 +70,7 @@ This is a space in the arcology's service areas,
<<if $sectors[$AS].type != "Sweatshops">>
<<if $sectors[$AS].type != "Sweatshops">>
<br>
<br>
[[Convert these facilities to use the labor of menial slaves|Main][cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology)), "capEx"), $sectors[$AS].type = "Sweatshops", $Sweatshops++]]
[[Convert these facilities to use the labor of menial slaves|Main][cashX(forceNeg(Math.trunc(10000*$upgradeMultiplierArcology)), "capEx"), $sectors[$AS].type = "Sweatshops"]]