From 0d52f41374d53ee3fc5cee473ba6e754556987bc Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Tue, 27 Nov 2018 09:02:12 -0500
Subject: [PATCH] Bugfix

---
 src/pregmod/organFarmOptions.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pregmod/organFarmOptions.tw b/src/pregmod/organFarmOptions.tw
index 6c7aa753471..5be1a298112 100644
--- a/src/pregmod/organFarmOptions.tw
+++ b/src/pregmod/organFarmOptions.tw
@@ -331,8 +331,8 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi
 				<<goto "Remote Surgery">>
 			<</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation//
 		<</if>>
-		*/
 	<</if>>
+	*/
 <</if>>
 
 <<if $organs.length > 0>>
-- 
GitLab