From 19d789375b4777d9f4905fbf5cd0848f997fa787 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 19 Aug 2020 13:07:37 -0400
Subject: [PATCH] bodysuits buy fix

---
 devTools/javaSanityCheck/ignoredVariables | 1 -
 src/uncategorized/wardrobe.tw             | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/devTools/javaSanityCheck/ignoredVariables b/devTools/javaSanityCheck/ignoredVariables
index 01634b42d79..d3402c6c1a6 100644
--- a/devTools/javaSanityCheck/ignoredVariables
+++ b/devTools/javaSanityCheck/ignoredVariables
@@ -98,7 +98,6 @@ totalMerc
 hasFoughtOnce;hasFoughtMajorBattleOnce;hasRebelledOnce
 barren
 RESSMuscles
-bodySuits
 # PC
 criticalDamage
 marriage
diff --git a/src/uncategorized/wardrobe.tw b/src/uncategorized/wardrobe.tw
index 90d798bfc61..e39959f2083 100644
--- a/src/uncategorized/wardrobe.tw
+++ b/src/uncategorized/wardrobe.tw
@@ -430,7 +430,7 @@ The room containing all the clothes and accessories you have available to dress
 	</div>
 <</if>>
 <<if isItemAccessible.entry("a cybersuit", "clothing") !== true>>
-	[[Order a shipment of exotic bodysuits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.bodySuits = 1]]
+	[[Order a shipment of exotic bodysuits|Wardrobe][cashX(forceNeg(Math.trunc(7500 * $upgradeMultiplierTrade)), "capEx"), $boughtItem.clothing.bodysuits = 1]]
 	<div class="detail">Costs <<print cashFormat(Math.trunc(7500 * $upgradeMultiplierTrade))>></div>
 <<else>>
 	You are well stocked with a selection of bodysuits.
-- 
GitLab