Skip to content
Snippets Groups Projects
Commit 5e7d7eba authored by j's avatar j
Browse files

Minor fixes IV.

parent e15c10f7
No related branches found
No related tags found
1 merge request!1340TechncianPcSkill
:: Incubator [nobr]
<<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Incubator">>
<<set $targetAge = Number($targetAge) || $minimumSlaveAge>>
<<set $targetAge = Math.clamp($targetAge, $minimumSlaveAge, 42)>>
......
......@@ -311,7 +311,7 @@
<<elseif $PC.hacking >= 60>>
//Feel free to 'plug into' me any time.//
<<elseif $PC.hacking >= 30>>
//Currect srew driver holding procedure acquired.//
//Correct screw driver holding procedure acquired.//
<<elseif $PC.hacking >= 10>>
//You can now somewhat use a mouse.//
<</if>>
......
......@@ -72,7 +72,7 @@ $clinicNameCaps
<<set _Tmult0 = Math.trunc($clinic*1000*$upgradeMultiplierArcology)>>
<br>$clinicNameCaps has room to support $clinic slaves while they receive treatment. Currently $clinicSlaves slaves are reciving treatement.
[[Expand the clinic|Clinic][$cash -= _Tmult0, $clinic += 5, $PC.engineering += .1], $PC.hacking += 1] //Costs <<print cashFormat(_Tmult0)>>//
[[Expand the clinic|Clinic][$cash -= _Tmult0, $clinic += 5, $PC.engineering += .1] //Costs <<print cashFormat(_Tmult0)>>//
<br>
<<if $clinicUpgradeScanner == 1>>
......
......@@ -40,8 +40,7 @@ The arcology has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trun
<<else>>
behind
<</if>>
its neighbors.
its neighbors.
<<set $desc = 0>>
<<set $seed = []>>
<<if $arcologies[$i].FSSubjugationist != "unset">>
......
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