From 5e7d7eba63a8834c7af7dad841e8ab66ee30de64 Mon Sep 17 00:00:00 2001 From: j <okp57855@psoxs.com> Date: Sun, 18 Feb 2018 21:21:42 +1300 Subject: [PATCH] Minor fixes IV. --- src/pregmod/incubator.tw | 1 - src/uncategorized/SFMBarracks.tw | 2 +- src/uncategorized/clinic.tw | 2 +- src/uncategorized/neighborDescription.tw | 3 +-- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index c019080aab4..6b2614bd283 100644 --- a/src/pregmod/incubator.tw +++ b/src/pregmod/incubator.tw @@ -1,5 +1,4 @@ :: Incubator [nobr] - <<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Incubator">> <<set $targetAge = Number($targetAge) || $minimumSlaveAge>> <<set $targetAge = Math.clamp($targetAge, $minimumSlaveAge, 42)>> diff --git a/src/uncategorized/SFMBarracks.tw b/src/uncategorized/SFMBarracks.tw index d391de1a7c1..03b7c8566b8 100644 --- a/src/uncategorized/SFMBarracks.tw +++ b/src/uncategorized/SFMBarracks.tw @@ -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>> diff --git a/src/uncategorized/clinic.tw b/src/uncategorized/clinic.tw index 1699b67b105..d8d1679de96 100644 --- a/src/uncategorized/clinic.tw +++ b/src/uncategorized/clinic.tw @@ -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>> diff --git a/src/uncategorized/neighborDescription.tw b/src/uncategorized/neighborDescription.tw index 22b93490c22..1504a0584b0 100644 --- a/src/uncategorized/neighborDescription.tw +++ b/src/uncategorized/neighborDescription.tw @@ -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">> -- GitLab