diff --git a/src/arcologyBuilding/presets.js b/src/arcologyBuilding/presets.js
index 112aa9de1c3f034c2a660dbbfe60d37677503c11..459856a7d1f027f5eb8420d4d8e96a3e7ca05dcd 100644
--- a/src/arcologyBuilding/presets.js
+++ b/src/arcologyBuilding/presets.js
@@ -253,7 +253,7 @@ App.Arcology.presets = (function() {
 				randomShop().type = "Eugenics";
 				return;
 			case "HedonisticDecadence":
-				randomShop().type = "Hedonism";
+				randomShop().type = "Hedonistic";
 				return;
 			case "IntellectualDependency":
 				randomShop().type = "Intellectual Dependency";
diff --git a/src/arcologyBuilding/shops.js b/src/arcologyBuilding/shops.js
index 7d2191a16f4f5f3a52cde0f78cc268a94e969617..036e978a95d2b788a568ad8719bb73d3be1bc73c 100644
--- a/src/arcologyBuilding/shops.js
+++ b/src/arcologyBuilding/shops.js
@@ -1,7 +1,7 @@
 App.Arcology.Cell.Shop = class extends App.Arcology.Cell.BaseCell {
 	/**
 	 * @param {number} owner
-	 * @param {string} type
+	 * @param {FC.FutureSocietyDeco|"Brothel"|"Club"|"Shops"} type
 	 */
 	constructor(owner, type = "Shops") {
 		super(owner);
@@ -254,7 +254,7 @@ App.Arcology.Cell.Shop = class extends App.Arcology.Cell.BaseCell {
 						`You decide to wander between the shops; with so much fine merchandise on offer, it's possible that someone's selling something to catch your discerning eye, and it's always good to see and be seen. The slave sales${girl}s are welcoming and most are so well-trained that they treat you with the respect a member of the Societal Elite deserves. They all offer you a curtsey that allows them lift their skirts, revealing the appropriate chastity. You end up leaving the stores with several fancy chastity belts, a bag of tasty treats and an alluring dress you can't wait to debut at your next social meeting.`));
 				}
 				break;
-			case "Hedonism":
+			case "Hedonistic":
 				fragment.append(`dedicated to Hedonism. The establishments here are nearly all eateries, with a few sex shops and plus size clothing stores thrown in for good measure. Lovely smells fill the air, drawing your attention to the food vendors. Plump, cheerful slave${girl}s are present outside most of them offering free samples of the food sold within. You can't help but sample as you browse the menus. `,
 					App.UI.DOM.linkReplace("Conduct a more thorough culinary inspection",
 						"The eateries are very eager to have you seen enjoying their food, and go all out in their presentations. Plate after plate, vendor after vendor, you are treated to the best they can make and as much as you want, free of charge. You make sure to not go too crazy, but by the final restaurant, your clothing is definitely getting a little tight around your bloated belly. After a number of glowing reviews, you're left with making your way back home. Fortunately, your arcology features plenty of moving walkways and escalators, so you can relax as your infrastructure delivers you right back to your penthouse."));