diff --git a/src/facilities/brothel/brothelAds.js b/src/facilities/brothel/brothelAds.js
index 18fc869b86717fbe2cb78518aafb34e5da1f43aa..77401739874eb540f0420783bbafc890b9856eaf 100644
--- a/src/facilities/brothel/brothelAds.js
+++ b/src/facilities/brothel/brothelAds.js
@@ -89,7 +89,7 @@ App.Facilities.Brothel.ads = function() {
 				text.push(`${capFirstChar(V.brothelName)} is decorated to look like a dairy. Though it isn't one, there is an intense sexual focus on boobs and lactation, and all the whores have their sizes proudly posted.`);
 				break;
 			case "Hedonistic":
-				text.push(`${capFirstChar(V.brothelName)} is comfortable and full of soft couches and chairs for its overweight whores to lounge upon between clients <<if ${V.arcologies[0].FSHedonisticDecadenceResearch} == 1>>and enjoy a plate of snacks<<else>>and enjoy a big cup of slave food<</if>>. The smells of fresh baked goods are pumped into the facility to mask the smell of sweat. It's not unusual for a client to fuck a whore right on her chosen couch, since the effort of moving is often too much.`);
+				text.push(`${capFirstChar(V.brothelName)} is comfortable and full of soft couches and chairs for its overweight whores to lounge upon between clients ${V.arcologies[0].FSHedonisticDecadenceResearch === 1 ?'and enjoy a plate of snacks':'and enjoy a big cup of slave food'}. The smells of fresh baked goods are pumped into the facility to mask the smell of sweat. It's not unusual for a client to fuck a whore right on her chosen couch, since the effort of moving is often too much.`);
 				break;
 			case "Intellectual Dependency":
 				text.push(`${capFirstChar(V.brothelName)} is decorated to look like a club. The sexually charged atmosphere has the whores horny and making out with each other. Customers are expected to come in, grab a bimbo to their tastes, and pull them off to have a good time.`);