From 74e56af80228cb1e225e220264b8fad63a1d11dc Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 6 Jan 2020 22:41:46 -0500
Subject: [PATCH] desc fix for club

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

diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw
index c5a6c5f3fdb..0c02a20107e 100644
--- a/src/uncategorized/club.tw
+++ b/src/uncategorized/club.tw
@@ -153,10 +153,6 @@ $clubNameCaps
 	<</link>>
 <</if>>
 
-<<if _CL > 0>>
-	<<removeFacilityWorkers "club" "rest" "serve the public">>
-<</if>>
-
 <<if _CL > 2>>
 	<<switch $clubDecoration>>
 	<<case "Chattel Religionist">>
@@ -220,6 +216,10 @@ $clubNameCaps
 	<</switch>>
 <</if>>
 
+<<if _CL > 0>>
+	<<removeFacilityWorkers "club" "rest" "serve the public">>
+<</if>>
+
 <<set _Tmult0 = Math.trunc($club*1000*$upgradeMultiplierArcology)>>
 <br>There are rooms off $clubName to support slaves as they work as club sluts. They can support $club slaves. There <<if _CL == 1>>is<<else>>are<</if>> currently _CL slave<<if _CL != 1>>s<</if>> serving in $clubName.
 [[Expand the club|Club][cashX(forceNeg(_Tmult0), "capEx"), $club += 5, $PC.skill.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs//
-- 
GitLab