From 54d20fec4b33e857f1c1f5a109882e0f126ea752 Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Mon, 8 Apr 2019 19:25:50 +0200
Subject: [PATCH] allow growing organs while prosthetics equiped

---
 src/pregmod/organFarmOptions.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pregmod/organFarmOptions.tw b/src/pregmod/organFarmOptions.tw
index 3d97ddc48aa..8716101fe16 100644
--- a/src/pregmod/organFarmOptions.tw
+++ b/src/pregmod/organFarmOptions.tw
@@ -259,7 +259,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 	<</if>>
 <</if>>
 <<if $slaveOrgans.eyes != 1>>
-	<<if $activeSlave.eyes <= -2 && $activeSlave.eyes != "implant">>
+	<<if $activeSlave.eyes <= -2>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<link "Eyes">>
 			<<run cashX(-10000, "slaveSurgery", $activeSlave)>>
@@ -283,7 +283,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 	<</if>>
 <</if>>
 <<if $slaveOrgans.cochleae != 1>>
-	<<if $activeSlave.hears <= -2 && $activeSlave.earImplant != 1>>
+	<<if $activeSlave.hears <= -2>>
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<link "Cochleae">>
 			<<run cashX(-10000, "slaveSurgery", $activeSlave)>>
-- 
GitLab