Skip to content
Snippets Groups Projects
Commit 6282db24 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

alternate counter

See merge request pregmodfan/fc-pregmod!4734
parents 89aeb30a 54a2bcdd
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,
<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>>
......
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