From 5d720d38a29e95bcf15549836594a46130a41a02 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Thu, 10 Sep 2020 00:19:52 -0700
Subject: [PATCH] Fix _brothelNameCaps in advertisement

---
 src/uncategorized/brothelAdvertisement.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/brothelAdvertisement.tw b/src/uncategorized/brothelAdvertisement.tw
index 0251e92ecdc..07f11fbb2a8 100644
--- a/src/uncategorized/brothelAdvertisement.tw
+++ b/src/uncategorized/brothelAdvertisement.tw
@@ -1,8 +1,8 @@
 :: Brothel Advertisement [nobr]
 
 <p class="scene-intro">
+	<<set _brothelNameCaps = capFirstChar($brothelName)>>
 	<<switch $brothelDecoration>>
-		<<set _brothelNameCaps = capFirstChar($brothelName)>>
 		<<case "Roman Revivalist">>
 			_brothelNameCaps is decorated as a Roman whorehouse. Refreshments are served at a bar, and someone is playing pipes in the back.
 		<<case "Aztec Revivalist">>
-- 
GitLab