From a4f051326fec700ae34d09a2ba7cfc2945f2a4d9 Mon Sep 17 00:00:00 2001
From: corncobman21 <corncobman21@hotmail.com>
Date: Tue, 9 Jan 2018 21:51:47 -0500
Subject: [PATCH] Fix inconsistencies

---
 src/uncategorized/clubReport.tw | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw
index 2c4c838d626..5247da5e63c 100644
--- a/src/uncategorized/clubReport.tw
+++ b/src/uncategorized/clubReport.tw
@@ -408,10 +408,10 @@
 		<<set _pref = 0>>
 	<</if>>
 	<<if (_modded > (_DL/2))>>
-		<<set _girls = -1>>
+		<<set _girls = 1>>
 		Most of the slaves in the club are heavily pierced and tattoed.<br>
 	<<elseif (_unmodded > (_DL/2))>>
-		<<set _girls = 1>>
+		<<set _girls = -1>>
 		Most of the slaves in the club have natural unmodded bodies.<br>
 	<<else>>
 		<<set _girls = 0>>
@@ -476,10 +476,10 @@
 		<<set _pref = 0>>
 	<</if>>
 	<<if (_implanted > (_DL/2))>>
-		<<set _girls = -1>>
+		<<set _girls = 1>>
 		Most of the slaves in the club are heavily implanted or surgically enhanced.<br>
 	<<elseif (_pure > (_DL/2))>>
-		<<set _girls = 1>>
+		<<set _girls = -1>>
 		Most of the slaves in the club have naturally pure bodies.<br>
 	<<else>>
 		<<set _girls = 0>>
-- 
GitLab