diff --git a/js/002-config/fc-js-init.js b/js/002-config/fc-js-init.js index 762a7117f46d57ffe8cb70667d2569811182bebd..ab834eafafc92ce7e48c6b4e57278eca99647daf 100644 --- a/js/002-config/fc-js-init.js +++ b/js/002-config/fc-js-init.js @@ -18,8 +18,6 @@ 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 = {}; App.Data.Policies = {}; diff --git a/js/003-data/slaveWearData.js b/js/003-data/slaveWearData.js index 00acd87e129f21542cb4d0c9a0ba7f9e9cff069f..41c454c8b7e940fb66c4b4c2b20129dd960a0c2f 100644 --- a/js/003-data/slaveWearData.js +++ b/js/003-data/slaveWearData.js @@ -1,3 +1,6 @@ +/** @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.