Skip to content
Snippets Groups Projects
Commit 05604e2f authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'desc-fix-for-club' into 'pregmod-master'

desc fix for club

See merge request pregmodfan/fc-pregmod!5747
parents 57208724 74e56af8
Branches
Tags
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.
Please register or to comment