From ba2fbc80087d5768eb2df7ea030e66d0b34ccc05 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Sun, 9 Aug 2020 14:10:01 -0700
Subject: [PATCH] Toys misclassed as clothing

---
 src/uncategorized/wardrobe.tw | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw
index 4cbd5736ff2..90d798bfc61 100644
--- a/src/uncategorized/wardrobe.tw
+++ b/src/uncategorized/wardrobe.tw
@@ -573,13 +573,13 @@ The room containing all the clothes and accessories you have available to dress
 <p>
 	<div>
 	<<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]]
+		[[Order a shipment of extra long dildos and bullet vibes|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.toys.dildos = 1]]
 		<span class="detail">Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>></span>
 	<<else>>
 		You are well stocked with extra long dildos in a variety of sizes, as well as a good amount of bullet vibrators.
-		<<if $boughtItem.clothing.smartVibes == 0>>
+		<<if $boughtItem.toys.smartVibes == 0>>
 			<div class="indent">
-				[[Order the "smart" variant of the bullet vibrators|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.smartVibes = 1]]
+				[[Order the "smart" variant of the bullet vibrators|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.toys.smartVibes = 1]]
 				<span class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></span>
 			</div>
 		<<else>>
@@ -590,7 +590,7 @@ The room containing all the clothes and accessories you have available to dress
 
 	<div>
 	<<if $boughtItem.toys.vaginalAttachments == 0>>
-		[[Order a shipment of vibrating dildo attachments|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.vaginalAttachments = 1]]
+		[[Order a shipment of vibrating dildo attachments|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.toys.vaginalAttachments = 1]]
 		<span class="detail">Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>></span>
 	<<else>>
 		You are well stocked with attachments that allow dildos to vibrate.
@@ -599,7 +599,7 @@ The room containing all the clothes and accessories you have available to dress
 
 	<div>
 	<<if $boughtItem.toys.buttPlugs == 0>>
-		[[Order a shipment of extra long buttplugs|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.buttPlugs = 1]]
+		[[Order a shipment of extra long buttplugs|Wardrobe][cashX(forceNeg(Math.trunc(10000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.toys.buttPlugs = 1]]
 		<span class="detail">Costs <<print cashFormat(Math.trunc(10000 * $upgradeMultiplierTrade))>></span>
 	<<else>>
 		You are well stocked with extra long buttplugs in a variety of sizes.
@@ -608,7 +608,7 @@ The room containing all the clothes and accessories you have available to dress
 
 	<div>
 	<<if $boughtItem.toys.buttPlugTails == 0>>
-		[[Order a shipment of attachable tails|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.buttPlugTails = 1]]
+		[[Order a shipment of attachable tails|Wardrobe][cashX(forceNeg(Math.trunc(5000 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.toys.buttPlugTails = 1]]
 		<span class="detail">Costs <<print cashFormat(Math.trunc(5000 * $upgradeMultiplierTrade))>></span>
 	<<else>>
 		You are well stocked with tails to attach to your buttplugs.
-- 
GitLab