From 4659498f6b5366da1bc12f514c24e2b618af428d Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Thu, 17 Dec 2020 19:31:57 +0100 Subject: [PATCH] Improve prosthetics related wording --- src/interaction/prostheticConfig.tw | 2 +- src/uncategorized/managePenthouse.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interaction/prostheticConfig.tw b/src/interaction/prostheticConfig.tw index b1a178147be..4326995e273 100644 --- a/src/interaction/prostheticConfig.tw +++ b/src/interaction/prostheticConfig.tw @@ -297,7 +297,7 @@ This room is lined with shelves and cabinets; it could be easily mistaken for a <<if $adjustProsthetics.findIndex(function(p) {return p.id == _p && p.slaveID == getSlave($AS).ID}) != -1 || $researchLab.tasks.findIndex(function(p) {return p.type == "craftFit" && p.id == _p && p.slaveID == getSlave($AS).ID}) != -1>> <div class="full">//Currently being fitted to $him.//</div> <<elseif setup.prosthetics[_p].level > $prostheticsUpgrade>> - <div class="full">//Better contracts are needed to buy this.//</div> + <div class="full">//Better contracts are needed to buy these.//</div> <<elseif isProstheticAvailable(getSlave($AS), _p)>> <div class="full">//Completed.//</div> <<else>> diff --git a/src/uncategorized/managePenthouse.tw b/src/uncategorized/managePenthouse.tw index 2b68bee8a03..09ad829c0b4 100644 --- a/src/uncategorized/managePenthouse.tw +++ b/src/uncategorized/managePenthouse.tw @@ -400,7 +400,7 @@ <span class="detail"> Costs <<print cashFormat(Math.trunc(150000*$upgradeMultiplierArcology))>> <div class="indent"> - Buying the equipment to construct prosthetics yourself is expensive but if you want to construct a lot of prosthetics it will pay out in the long run. + Buying the equipment to construct prosthetics yourself is expensive but if you plan to construct many prosthetics it will pay out in the long run. </div> </span> <</if>> -- GitLab