From 3a57ec2846a8af4dd06008b33988db29dd461ac6 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 17 Feb 2020 21:48:30 -0500
Subject: [PATCH] fix

---
 src/uncategorized/wardrobe.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw
index 52a9b8fea04..4fbd62d0268 100644
--- a/src/uncategorized/wardrobe.tw
+++ b/src/uncategorized/wardrobe.tw
@@ -229,7 +229,7 @@ The room containing all the clothes and accessories you have available to dress
 	</div>
 <</if>>
 <<set _model.collar = "none">>
-<<if !isClothingAccessible.entry("ancient Egyptian")>>
+<<if !isItemAccessible("ancient Egyptian")>>
 	[[Order a shipment of Egyptian necklaces|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $clothesBoughtEgypt = 1]]
 	<div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div>
 <<else>>
-- 
GitLab