Skip to content
Snippets Groups Projects
Commit 95a06ce9 authored by Pregmodder's avatar Pregmodder
Browse files

Fix.

parent cf7c32ff
No related branches found
No related tags found
No related merge requests found
......@@ -681,7 +681,7 @@
<<if $BasicWeightSMR == 0>>
<<if $arcologies[0].FSHedonisticDecadenceSMR == 0>>
<br>''Basic Weight Standards:'' only attractive slaves may be sold in the slave markets.
<br>''Basic Weight Standards:'' slaves must not exceed a weight treshold to be sold in the slave markets.
[[Implement|Policies][$BasicWeightSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 3000]]
<br>&nbsp;&nbsp;&nbsp;&nbsp;//This will raise the price of slaves.
<</if>>
......@@ -691,7 +691,7 @@
<br>''Basic Height Standards (Tall):'' tall slaves will be favored in the slave markets and those not quite tall enough will undergo height increasing surgery. This will not preclude the sale of short slaves, just the care of them.
[[Implement|Policies][$BasicHeightSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 5000]]
<br>&nbsp;&nbsp;&nbsp;&nbsp;//This will raise the price of slaves.//
<br>''Basic Height Standards (Short):'' short slaves will be favored in the slave markets and those just above the cut off will undergo height increasing surgery. This will not preclude the sale of tall slaves, just the care of them.
<br>''Basic Height Standards (Short):'' short slaves will be favored in the slave markets and those just above the cut off will undergo height reducing surgery. This will not preclude the sale of tall slaves, just the care of them.
[[Implement|Policies][$BasicHeightSMR = -1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 5000]]
<br>&nbsp;&nbsp;&nbsp;&nbsp;//This will raise the price of slaves.
<</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