Skip to content
Snippets Groups Projects
Commit 7d430927 authored by Blank's avatar Blank Committed by Pregmodder
Browse files

sweatshop-Fixes

parent b96934ce
No related branches found
No related tags found
No related merge requests found
......@@ -397,7 +397,7 @@ __Menial Slaves__
<br>
<<= MenialPopCap()>>
The parts of your arcology you own can house a total of $PopCap menial slaves.
The parts of your arcology you own can house a total of <<= num($PopCap)>> menial slaves.
<<set _menialPrice = menialSlaveCost()>>
<<set _bulkMax = $PopCap-$menials-$fuckdolls-$menialBioreactors>>
......@@ -541,4 +541,4 @@ The market price of menials is <<print cashFormat(_menialPrice)>>.
<</if>>
[[(all)|Buy Slaves][cashX(($menialBioreactors*(menialSlaveCost(-$menialBioreactors)-100)), "menialBioreactors"),$menialDemandFactor-=$menialBioreactors,$menialBioreactors = 0]]
<</if>>
<</if>>
<</if>>
\ No newline at end of file
......@@ -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"]]
//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
<</if>>
<</if>>
\ No newline at end of file
......@@ -3,6 +3,9 @@
<<set $nextButton = "Back", $nextLink = "Main">>
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"]]
//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
//Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>//
\ No newline at end of file
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