Skip to content
Snippets Groups Projects
Commit 74e56af8 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

desc fix for club

parent e45b684e
No related branches found
No related tags found
No related merge requests found
...@@ -153,10 +153,6 @@ $clubNameCaps ...@@ -153,10 +153,6 @@ $clubNameCaps
<</link>> <</link>>
<</if>> <</if>>
<<if _CL > 0>>
<<removeFacilityWorkers "club" "rest" "serve the public">>
<</if>>
<<if _CL > 2>> <<if _CL > 2>>
<<switch $clubDecoration>> <<switch $clubDecoration>>
<<case "Chattel Religionist">> <<case "Chattel Religionist">>
...@@ -220,6 +216,10 @@ $clubNameCaps ...@@ -220,6 +216,10 @@ $clubNameCaps
<</switch>> <</switch>>
<</if>> <</if>>
<<if _CL > 0>>
<<removeFacilityWorkers "club" "rest" "serve the public">>
<</if>>
<<set _Tmult0 = Math.trunc($club*1000*$upgradeMultiplierArcology)>> <<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. <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// [[Expand the club|Club][cashX(forceNeg(_Tmult0), "capEx"), $club += 5, $PC.skill.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment