From 665a9e10a3194fde7eac2c6bf52bd7a18f3b8deb Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 7 Jun 2021 21:39:27 -0400
Subject: [PATCH] clothes typing

---
 js/002-config/fc-js-init.js  | 1 +
 js/003-data/slaveWearData.js | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/002-config/fc-js-init.js b/js/002-config/fc-js-init.js
index f96e54356f9..762a7117f46 100644
--- a/js/002-config/fc-js-init.js
+++ b/js/002-config/fc-js-init.js
@@ -18,6 +18,7 @@ App.Art = {};
 App.Budget = {};
 App.Corporate = {};
 App.Data = {};
+/** @type {Map.<FC.Clothes, clothes>} The string here will be what is applied to the relevant slave property.  Slave.clothes = "a bunny outfit", not "Bunny outfit".*/
 App.Data.clothes = new Map();
 App.Data.FCTV = {};
 App.Data.HeroSlaves = {};
diff --git a/js/003-data/slaveWearData.js b/js/003-data/slaveWearData.js
index 5060a419b54..00acd87e129 100644
--- a/js/003-data/slaveWearData.js
+++ b/js/003-data/slaveWearData.js
@@ -37,7 +37,6 @@
  * @property {clothingDescription} [desc]
  */
 
-/** @type {Map.<string, clothes>} The string here will be what is applied to the relevant slave property.  Slave.clothes = "a bunny outfit", not "Bunny outfit".*/
 App.Data.clothes
 	.set("a Fuckdoll suit",
 		{
-- 
GitLab