From b7b54ac30346bd467a2e637bcd7a6fdaeab8a749 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 6 Dec 2019 21:00:03 -0800
Subject: [PATCH] Disable animal organs, again

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

diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw
index 09387635666..8f2424f80e4 100644
--- a/src/pregmod/theBlackMarket.tw
+++ b/src/pregmod/theBlackMarket.tw
@@ -362,6 +362,7 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if
 			<</if>>
 		<</if>>
 
+        /* Stop fucking enabling this, it breaks everything.
 		<<if $farmyard>>
 			<<if $thisWeeksIllegalWares[_bim] == "AnimalOrgans">>
 				<br>
@@ -414,6 +415,7 @@ He gestures to a door in the back of the stall. "The good shit's back there<<if
 				<</if>>
 			<</if>>
 		<</if>>
+		*/
 	<</for>>
 <<else>>
 	<br>You appear to already possess all the black market schematics he has to offer.
-- 
GitLab