diff --git a/src/uncategorized/brothelAdvertisement.tw b/src/uncategorized/brothelAdvertisement.tw
index 0251e92ecdcc756147336a07d7ae646cf95ff643..07f11fbb2a8b8082ebf33fc9ea01e017c0b42527 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">>
diff --git a/src/uncategorized/clubAdvertisement.tw b/src/uncategorized/clubAdvertisement.tw
index ab433ab4ab72b2f655e3212462a0a65e6d9244e8..5b8b190a0c039395359b0d518ef1dea1bc9d79d3 100644
--- a/src/uncategorized/clubAdvertisement.tw
+++ b/src/uncategorized/clubAdvertisement.tw
@@ -1,8 +1,8 @@
 :: Club Advertisement [nobr]
 
 <p class="scene-intro">
+	<<set _clubNameCaps = capFirstChar($clubName)>>
 	<<switch $clubDecoration>>
-		<<set _clubNameCaps = capFirstChar($clubName)>>
 		<<case "Roman Revivalist">>
 			_clubNameCaps is decorated like a Roman villa's entertainment rooms. There is a lot of white stone, plaster, and terracotta.
 		<<case "Aztec Revivalist">>