diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw
index cf16b5e47a64c3e6f4b4bd9df059f3f48bb49796..88eabec01bd81ec3ed06e73ef9b92bc8f78e0bc4 100644
--- a/src/uncategorized/brothel.tw
+++ b/src/uncategorized/brothel.tw
@@ -188,6 +188,14 @@
 			_S.Madam.slaveName has been instructed to ignore flaws in the whores serving under $him.
 			[[Fix flaws|Brothel][$MadamIgnoresFlaws = 0]]
 		<</if>>
+		<br>
+		<<if $MadamNoSex != 1>>
+			_S.Madam.slaveName will whore $himself out when $he doesn't have enough whores serving under $him.
+			[[Don't serve clients|Brothel][$MadamNoSex = 1]]
+		<<else>>
+			_S.Madam.slaveName will not whore $himself out even if $he has time.
+			[[Serve clients|Brothel][$MadamNoSex = 0]]
+		<</if>>
 	</div>
 <</if>>
 
diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw
index 3cab94acf980b8dba0b273221258e8b5f4410b17..53795cfe9091f1fa0108105f83b4350e0d7f50f6 100644
--- a/src/uncategorized/brothelReport.tw
+++ b/src/uncategorized/brothelReport.tw
@@ -151,7 +151,7 @@
 		<</if>>
 	<</for>>
 
-	<<if (_DL+$brothelSlavesGettingHelp < 10)>>
+	<<if (_DL+$brothelSlavesGettingHelp < 10) && $MadamNoSex != 1>>
 		<<setLocalPronouns _S.Madam>>
 		<<set _oldCash = $cash>>
 		<<if $showEWD != 0>>
diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw
index e9c220d61ec39581ef443641e1e3b20682073da3..d8c659201f6b65af46756260205e4719b513e84f 100644
--- a/src/uncategorized/club.tw
+++ b/src/uncategorized/club.tw
@@ -265,6 +265,14 @@
 			_S.DJ.slaveName has been instructed to ignore flaws in <<print $clubName>>'s sluts.
 			[[Fix flaws|Club][$DJignoresFlaws = 0]]
 		<</if>>
+		<br>
+		<<if $DjNoSex != 1>>
+			_S.DJ.slaveName will be a slut when $he doesn't have enough sluts serving under $him.
+			[[Don't serve clients|Club][$DjNoSex = 1]]
+		<<else>>
+			_S.DJ.slaveName will not be a slut even if $he has time.
+			[[Serve clients|Club][$DjNoSex = 0]]
+		<</if>>
 	<</if>>
 </div>
 
diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw
index 99fa96743ea377d628a76bbbc50f678af533ad79..922853f4f0f57b54ba898631f34f0edf7c948b77 100644
--- a/src/uncategorized/clubReport.tw
+++ b/src/uncategorized/clubReport.tw
@@ -82,7 +82,7 @@
 	<<else>>
 		<<set _S.DJ.skill.DJ += random(1,Math.ceil((_S.DJ.intelligence+_S.DJ.intelligenceImplant)/15) + 8)>>
 	<</if>>
-	<<if (_DL + $clubSlavesGettingHelp < 10)>>
+	<<if (_DL + $clubSlavesGettingHelp < 10) && $DjNoSex != 1>>
 		<<if ($legendaryEntertainerID == 0) && (_S.DJ.prestige == 0) && (_S.DJ.skill.entertainment >= 100) && (_S.DJ.devotion > 50)>>
 			<<set $legendaryEntertainerID = _S.DJ.ID>>
 		<</if>>