diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw
index 5fded2f29aebb4511c6f1784a1e1f0c5d22b8ff5..4cbd5736ff2aa699d69a62f36f067f611d3791d8 100644
--- a/src/uncategorized/wardrobe.tw
+++ b/src/uncategorized/wardrobe.tw
@@ -24,9 +24,9 @@ The room containing all the clothes and accessories you have available to dress
 <<if $boughtItem.shoes.heels == 1>>
 	A large variety of shoes are available to select from.
 <</if>>
-<<if $boughtItem.clothing.dildos == 1 && $toysBoughtGags == 1 && $boughtItem.clothing.buttPlugs == 1>>
+<<if $boughtItem.clothing.dildos == 1 && $boughtItem.toys.gags == 1 && $boughtItem.clothing.buttPlugs == 1>>
 	Sex toys of all kinds and shapes line the shelves.
-<<elseif $boughtItem.clothing.dildos == 1 || $toysBoughtGags == 1 || $boughtItem.clothing.buttPlugs == 1 || $boughtItem.clothing.buttPlugTails == 1 || $boughtItem.clothing.vaginalAttachments == 1>>
+<<elseif $boughtItem.clothing.dildos == 1 || $boughtItem.toys.gags == 1 || $boughtItem.clothing.buttPlugs == 1 || $boughtItem.clothing.buttPlugTails == 1 || $boughtItem.clothing.vaginalAttachments == 1>>
 	Some sex toys line the shelves.
 <</if>>
 <<if $boughtItem.toys.buckets == 1>>
@@ -572,7 +572,7 @@ The room containing all the clothes and accessories you have available to dress
 
 <p>
 	<div>
-	<<if $boughtItem.clothing.dildos == 0>>
+	<<if $boughtItem.toys.dildos == 0>>
 		[[Order a shipment of extra long dildos and bullet vibes|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.dildos = 1]]
 		<span class="detail">Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>></span>
 	<<else>>
@@ -589,7 +589,7 @@ The room containing all the clothes and accessories you have available to dress
 	</div>
 
 	<div>
-	<<if $boughtItem.clothing.vaginalAttachments == 0>>
+	<<if $boughtItem.toys.vaginalAttachments == 0>>
 		[[Order a shipment of vibrating dildo attachments|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.vaginalAttachments = 1]]
 		<span class="detail">Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>></span>
 	<<else>>
@@ -598,7 +598,7 @@ The room containing all the clothes and accessories you have available to dress
 	</div>
 
 	<div>
-	<<if $boughtItem.clothing.buttPlugs == 0>>
+	<<if $boughtItem.toys.buttPlugs == 0>>
 		[[Order a shipment of extra long buttplugs|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.buttPlugs = 1]]
 		<span class="detail">Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>></span>
 	<<else>>
@@ -607,7 +607,7 @@ The room containing all the clothes and accessories you have available to dress
 	</div>
 
 	<div>
-	<<if $boughtItem.clothing.buttPlugTails == 0>>
+	<<if $boughtItem.toys.buttPlugTails == 0>>
 		[[Order a shipment of attachable tails|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.buttPlugTails = 1]]
 		<span class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></span>
 	<<else>>
@@ -616,8 +616,8 @@ The room containing all the clothes and accessories you have available to dress
 	</div>
 
 	<div>
-	<<if $toysBoughtGags == 0>>
-		[[Order a shipment of massive dildo gags|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $toysBoughtGags = 1]]
+	<<if $boughtItem.toys.gags == 0>>
+		[[Order a shipment of massive dildo gags|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.toys.gags = 1]]
 		<span class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></span>
 	<<else>>
 		You are well stocked with massive dildo gags.