From 1b5c7503e47e607c31f6169878a00702474ff524 Mon Sep 17 00:00:00 2001 From: j <okp57855@psoxs.com> Date: Sat, 30 Dec 2017 00:17:06 +1300 Subject: [PATCH] Add missing facilities to capacity tracking. --- src/uncategorized/brothel.tw | 2 +- src/uncategorized/club.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw index 1bff5cff187..f0a0461c771 100644 --- a/src/uncategorized/brothel.tw +++ b/src/uncategorized/brothel.tw @@ -146,7 +146,7 @@ $brothelNameCaps <</if>> <<set _Tmult0 = Math.trunc($brothel*1000*$upgradeMultiplierArcology)>> -<br>It can support $brothel whores. +<br>It can support $brothel whores. Currently $brothelSlaves whore at $brothelNameCaps. [[Expand the brothel|Brothel][$cash -= _Tmult0, $brothel += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <br> diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw index 1a53c52b633..b20771076c1 100644 --- a/src/uncategorized/club.tw +++ b/src/uncategorized/club.tw @@ -201,7 +201,7 @@ $clubNameCaps <</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. +<br>There are rooms off $clubName to support slaves as they work as club sluts. They can support $club slaves. Currently $clubSlaves have a room assigned to them. [[Expand the club|Club][$cash -= _Tmult0, $club += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <br> -- GitLab