From acb0b6d09630bb1451787bf4b60a969b22ba6d5c Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 20 Dec 2020 19:22:05 -0500 Subject: [PATCH] further revisions --- js/003-data/slaveWearData.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/003-data/slaveWearData.js b/js/003-data/slaveWearData.js index 727a8325188..2e700653cd0 100644 --- a/js/003-data/slaveWearData.js +++ b/js/003-data/slaveWearData.js @@ -258,7 +258,7 @@ App.Data.clothes = new Map([ { name: "Santa dress", get requirements() { return V.boughtItem.clothing.costume === 1; }, - exposure: 1 + exposure: 2 } ], @@ -738,7 +738,7 @@ App.Data.clothes = new Map([ ["a succubus outfit", { name: "Succubus costume", - exposure: 2 + exposure: 3 } ], ["slutty business attire", -- GitLab