diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw
index 82b113cc5343e5d3a0636918c82cf36f41bcda32..a7a1c14ce0ad212ef758a4e2921be2e85bbc6648 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) || (seeDick < 0)>>
-		//You either lack the reputation or don't want to see dicks and are thus unable access plans for prostate implants//
+	<<if ($prostateImplants != 1) && ($rep <= 3000*$upgradeMultiplierMedicine)>>
+		//You lack the reputation to access plans for prostate implants//
 		<br>
 	<</if>>
-	<<if ($prostateImplants != 1) && ($rep > 3000*$upgradeMultiplierMedicine) && (seeDick > 0)>>
+	<<if ($prostateImplants != 1) && ($rep > 3000*$upgradeMultiplierMedicine)>>
 		[[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)>>
 		[[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>