diff --git a/src/uncategorized/manufacturing.tw b/src/uncategorized/manufacturing.tw index 8b3daefd06eb16eb41a3b236f5632ae8af3339e0..46ac8dcb4a3ce9dcd84e9ec58c2f1569e603a23c 100644 --- a/src/uncategorized/manufacturing.tw +++ b/src/uncategorized/manufacturing.tw @@ -14,6 +14,11 @@ This is a space in the arcology's service areas, <br> <<if $sectors[$AS].type == "Sweatshops">> + <<for _i = 25; _i <= 29; _i++>> + <<if $sectors[_i].type == "Sweatshops">> + <<set $Sweatshops++>> + <</if>> + <</for>> <<if $menials > 0>> <br><br> 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, <<if $sectors[$AS].type != "Sweatshops">> <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"]] //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <</if>>