From 50798317da8ad288f298206bfee85019a896ffad Mon Sep 17 00:00:00 2001
From: j <okp57855@psoxs.com>
Date: Thu, 7 Dec 2017 11:36:34 +1300
Subject: [PATCH] Minor check addition.

---
 src/uncategorized/dispensary.tw | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw
index a7a1c14ce0a..c9cdc0bfe9d 100644
--- a/src/uncategorized/dispensary.tw
+++ b/src/uncategorized/dispensary.tw
@@ -429,7 +429,7 @@ Implant Production
 		The fabricator is capable of crafting fillable abdominal implants.
 		<br>
 	<</if>>
-	
+
 	<<if ($bellyImplants == 1) && ($cervixImplants != 1) && ($rep <= 6000*$upgradeMultiplierMedicine)>> /* show only after belly implants already researched */
 		//You lack the reputation to access schematics far experimental cervix filter micropumps for abdominal implants//
 		<br>
@@ -437,7 +437,7 @@ Implant Production
 
 	<<if ($bellyImplants == 1) && ($cervixImplants != 1) && ($rep >6000*$upgradeMultiplierMedicine)>> /* nanotech like technology much more impressive and costly than simple implant */
 		[[Purchase schematics for cervix filter micropumps|Dispensary][$cash -= 70000*$upgradeMultiplierMedicine, $cervixImplants = 1]]
-		//Costs ¤<<print 70000*$upgradeMultiplierMedicine>>// 
+		//Costs ¤<<print 70000*$upgradeMultiplierMedicine>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the fabrication of cervix filter micropumps for fillable abdominal implants using the autosurgery.//
 		<br>
 	<<elseif ($cervixImplants > 0)>>
@@ -445,13 +445,13 @@ Implant Production
 		<br>
 	<</if>>
 
-	<<if ($prostateImplants != 1) && ($rep <= 3000*$upgradeMultiplierMedicine)>>
-		//You lack the reputation to access plans for prostate implants//
+	<<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//
 		<br>
 	<</if>>
-	<<if ($prostateImplants != 1) && ($rep > 3000*$upgradeMultiplierMedicine)>>
+	<<if ($prostateImplants != 1) && ($rep > 3000*$upgradeMultiplierMedicine) && (seeDick > 0)>>
 		[[Purchase plans for ejaculation enhancing prostate implants|Dispensary][$cash -= 30000*$upgradeMultiplierMedicine, $prostateImplants = 1]]
-		//Costs ¤<<print 30000*$upgradeMultiplierMedicine>>// 
+		//Costs ¤<<print 30000*$upgradeMultiplierMedicine>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the fabrication of a prostate implant designed to stimulate fluid production for massive ejaculations. Beware of leaking and dehydration.//
 		<br>
 	<<elseif ($prostateImplants > 0)>>
@@ -461,11 +461,11 @@ Implant Production
 
 	<<if ($meshImplants != 1) && ($rep <= 10000*$upgradeMultiplierMedicine)>>
 		//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>>// 
+		//Costs ¤<<print 40000*$upgradeMultiplierMedicine>>//
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the fabrication of an organic, supportive mesh breast implants.//
 		<br>
 	<<elseif ($meshImplants > 0)>>
@@ -474,7 +474,7 @@ Implant Production
 	<</if>>
 
 <</if>>
-	
+
 <br>
 Future Societies Research
 <hr>
-- 
GitLab