diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw
index 4c10d1d6daac24e9d8c8730ad5b58c68e5699c36..f6975eac09f8f32426be3953be2a8e7f83f6519f 100644
--- a/src/uncategorized/brothel.tw
+++ b/src/uncategorized/brothel.tw
@@ -135,12 +135,11 @@ $brothelNameCaps
 <<else>>
 	$brothelNameCaps is empty and desolate.
 	<<link "Decommission the brothel" "Main">>
-		<<set $brothel = 0, $brothelUpgradeDrugs = 0, $brothelDecoration = "standard">>
+		<<set $brothel = 0, $brothelUpgradeDrugs = 0, $brothelDecoration = "standard", $brothelAdsSpending = 0>>
 		<<set _broth = $sectors.findIndex(function(s) { return s.type == "Brothel"; })>>
 		<<if _broth != -1>>
 			<<set $sectors[_broth].type = "Shops">>
 		<</if>>
-		<<set $brothelAdsSpending = 0>>
 	<</link>>
 <</if>>
 
diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw
index 35fdc056f40648c81cb61336e11b14efc2cb22e3..eb61cebaf7bb3ee8288ada639cff7409de47f162 100644
--- a/src/uncategorized/club.tw
+++ b/src/uncategorized/club.tw
@@ -135,12 +135,11 @@ $clubNameCaps
 <<else>>
 	$clubNameCaps is doing business normally, without a complement of sex slaves to spice things up.
 	<<link "Decommission the club" "Main">>
-		<<set $club = 0, $clubDecoration = "standard", $clubUpgradePDAs = 0>>
+		<<set $club = 0, $clubDecoration = "standard", $clubUpgradePDAs = 0, $clubAdsSpending = 0>>
 		<<set _club = $sectors.findIndex(function(s) { return s.type == "Club"; })>>
 		<<if _club != -1>>
 			<<set $sectors[_club].type = "Shops">>
 		<</if>>
-		<<set $clubAdsSpending = 0>>
 	<</link>>
 <</if>>