diff --git a/src/interaction/prostheticConfig.tw b/src/interaction/prostheticConfig.tw index b1a178147bec7cddcb7f5fa79c7a8214232df830..4326995e2739557b650eb27dddce73f1203e6b58 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 2b68bee8a0389943ed988d254c8f35fd594b09b5..09ad829c0b4ab571d01e30260e3779954c7907f1 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>>