diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw
index 52d7ed3e93413a8f7ca53a3609b03d3ac3b9e751..04ddba28941a644e3383964207fe74baeaaca2cd 100644
--- a/src/uncategorized/brothel.tw
+++ b/src/uncategorized/brothel.tw
@@ -88,12 +88,14 @@ $brothelNameCaps
 	<<else>>
 		some are augmented by implants.
 	<</if>>
-	<<if $brothelAdsPreg == 1>>
-		Most of slaves have firm, rounded bellies.
-	<<elseif $brothelAdsPreg == -1>>
-		Most of the slaves have firm, flat bellies.
-	<<else>>
-		Some of the slaves are pregnant.
+	<<if $seePreg == 1>>
+		<<if $brothelAdsPreg == 1>>
+			Most of slaves have firm, rounded bellies.
+		<<elseif $brothelAdsPreg == -1>>
+			Most of the slaves have firm, flat bellies.
+		<<else>>
+			Some of the slaves are pregnant.
+		<</if>>
 	<</if>>
 	<<if $brothelAdsModded == 1>>
 		Everything is heavily pierced and tattooed.
diff --git a/src/uncategorized/brothelAdvertisement.tw b/src/uncategorized/brothelAdvertisement.tw
index ede828219133cfcfb8c6f79bb657b3e85701b089..5342f69d4f22c1dbf82c48a947fb6198268100fa 100644
--- a/src/uncategorized/brothelAdvertisement.tw
+++ b/src/uncategorized/brothelAdvertisement.tw
@@ -79,12 +79,14 @@
 	<<else>>
 	some are augmented by implants.
 	<</if>>
-	<<if $brothelAdsPreg == 1>>
-		Most of slaves have firm, rounded bellies.
-	<<elseif $brothelAdsPreg == -1>>
-		Most of the slaves have firm, flat bellies.
-	<<else>>
-		Some of the slaves are pregnant.
+	<<if $seePreg == 1>>
+		<<if $brothelAdsPreg == 1>>
+			Most of slaves have firm, rounded bellies.
+		<<elseif $brothelAdsPreg == -1>>
+			Most of the slaves have firm, flat bellies.
+		<<else>>
+			Some of the slaves are pregnant.
+		<</if>>
 	<</if>>
 	<<if $brothelAdsModded == 1>>
 	Everything is heavily pierced and tattooed.