From fa32a732e7a2a8f85e9a21c56c83ea5a12223ad8 Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Tue, 9 Jan 2018 21:46:18 -0500
Subject: [PATCH] Fix inconsistency and remove erroneous lines.

---
 src/uncategorized/brothelReport.tw | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw
index 6a32b49a9b5..5d51af7be59 100644
--- a/src/uncategorized/brothelReport.tw
+++ b/src/uncategorized/brothelReport.tw
@@ -636,8 +636,6 @@
 			Its advertisements feature some girls that are tattooed and pierced, and some that aren't.
 			<<set _ads = 0>>
 		<</if>>
-		Most customers prefer heavily pierced and tattoed girls.
-		<<set _pref = 1>>
 	<</if>>
 	<<if ($arcologies[0].FSDegradationist != "unset") && ($arcologies[0].FSDegradationist >= 80)>>
 		Most customers prefer heavily pierced and tattoed girls.
@@ -659,10 +657,10 @@
 		<<set _pref = 0>>
 	<</if>>
 	<<if (_modded > (_DL/2))>>
-		<<set _girls = -1>>
+		<<set _girls = 1>>
 		Most of the slaves in the brothel are heavily pierced and tattoed.<br>
 	<<elseif (_unmodded > (_DL/2))>>
-		<<set _girls = 1>>
+		<<set _girls = -1>>
 		Most of the slaves in the brothel have natural unmodded bodies.<br>
 	<<else>>
 		<<set _girls = 0>>
-- 
GitLab