From 1ae68ca2a6ad7d5dd0128a4031458d188565cf3d Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Mon, 7 Jun 2021 21:59:46 -0400
Subject: [PATCH] load order

---
 .../{slaveWearData.js => clothes/001-slaveWearData.js}      | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename js/003-data/{slaveWearData.js => clothes/001-slaveWearData.js} (99%)

diff --git a/js/003-data/slaveWearData.js b/js/003-data/clothes/001-slaveWearData.js
similarity index 99%
rename from js/003-data/slaveWearData.js
rename to js/003-data/clothes/001-slaveWearData.js
index 41c454c8b7e..45a20c6d11a 100644
--- a/js/003-data/slaveWearData.js
+++ b/js/003-data/clothes/001-slaveWearData.js
@@ -1,6 +1,3 @@
-/** @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());
-
 /**
  * @typedef {object} itemFS
  * @property {FC.FutureSociety} [unlocks] Automatically unlocked with this FS.
@@ -40,7 +37,8 @@ App.Data.clothes = (new Map());
  * @property {clothingDescription} [desc]
  */
 
-App.Data.clothes
+/** @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())
 	.set("a Fuckdoll suit",
 		{
 			name: "Fuckdoll suit",
-- 
GitLab