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 41c454c8b7e940fb66c4b4c2b20129dd960a0c2f..45a20c6d11a92e31ce00bb0325c51b4a8352e270 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",