From 643373399632eded2276528df5fa36726e1610b0 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Fri, 15 Mar 2019 20:15:06 -0400
Subject: [PATCH] Fixed wrong variable

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

diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw
index 71f666c603b..80c2c5509a9 100644
--- a/src/uncategorized/wardrobe.tw
+++ b/src/uncategorized/wardrobe.tw
@@ -276,8 +276,8 @@ The room containing all the clothes and accessories you have available to dress
 <</if>>
 
 <br>
-<<if $toysBoughtVaginalAccessories == 0>>
-	[[Order a shipment of bullet vibes and vibrating dildos|Wardrobe][cashX(-10000, "capEx"), $toysBoughtVaginalAccessories = 1]]
+<<if $toysBoughtVaginalAttachments == 0>>
+	[[Order a shipment of bullet vibes and vibrating dildos|Wardrobe][cashX(-10000, "capEx"), $toysBoughtVaginalAttachments = 1]]
 	//Costs <<print cashFormat(10000)>>//
 <<else>>
 	You are well stocked with bullet vibrators and vibrating dildos.
-- 
GitLab