From f46b53bfe4364e2eee543a826d0e7f47b38bd539 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Thu, 20 May 2021 20:34:25 -0400 Subject: [PATCH] move init --- 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 140abbe03ac..d48f8a99ba7 100644 --- a/js/002-config/fc-js-init.js +++ b/js/002-config/fc-js-init.js @@ -17,6 +17,7 @@ App.Arcology.Cell = {}; App.Art = {}; App.Corporate = {}; App.Data = {}; +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 121b85c535a..5060a419b54 100644 --- a/js/003-data/slaveWearData.js +++ b/js/003-data/slaveWearData.js @@ -38,7 +38,6 @@ */ /** @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 = new Map(); App.Data.clothes .set("a Fuckdoll suit", { -- GitLab