Skip to content
Snippets Groups Projects
Commit 54a2bcdd authored by Pregmodder's avatar Pregmodder
Browse files

alternate counter

parent 5b349861
No related branches found
No related tags found
No related merge requests found
...@@ -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"]]
//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment