From 5ddd725b3c8f2c1868082e695b497197859daf74 Mon Sep 17 00:00:00 2001 From: j <okp57855@psoxs.com> Date: Thu, 7 Dec 2017 11:40:52 +1300 Subject: [PATCH] minor fixes. --- src/uncategorized/dispensary.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw index c9cdc0bfe9d..82b113cc534 100644 --- a/src/uncategorized/dispensary.tw +++ b/src/uncategorized/dispensary.tw @@ -446,7 +446,7 @@ Implant Production <</if>> <<if ($prostateImplants != 1) && ($rep <= 3000*$upgradeMultiplierMedicine) || (seeDick < 0)>> - //You lack the reputation or don't want to see dicks be able to access plans for prostate implants// + //You either lack the reputation or don't want to see dicks and are thus unable access plans for prostate implants// <br> <</if>> <<if ($prostateImplants != 1) && ($rep > 3000*$upgradeMultiplierMedicine) && (seeDick > 0)>> @@ -463,7 +463,7 @@ Implant Production //You lack the reputation to access plans for supportive breast implants// <</if>> - <<if ($meshImplants != 1) && ($rep > 10000*$upgradeMultiplierMedicine) && >> + <<if ($meshImplants != 1) && ($rep > 10000*$upgradeMultiplierMedicine)>> [[Purchase plans for supportive mesh breast implants|Dispensary][$cash -= 40000*$upgradeMultiplierMedicine, $meshImplants = 1]] //Costs ¤<<print 40000*$upgradeMultiplierMedicine>>// <br> //Will allow the fabrication of an organic, supportive mesh breast implants.// -- GitLab