From e5cc66b3c63d32992d92d67f2bb2fb427b8893ae Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 20 Dec 2020 19:45:38 -0500 Subject: [PATCH] Double check saClothes .exposure --- src/endWeek/saClothes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/endWeek/saClothes.js b/src/endWeek/saClothes.js index 8ab1e6d4839..a797a014f5e 100644 --- a/src/endWeek/saClothes.js +++ b/src/endWeek/saClothes.js @@ -87,6 +87,7 @@ App.SlaveAssignment.clothes = (function() { function clothingEffects(slave) { switch (slave.clothes) { case "no clothing": + case "body oil": if (slave.devotion >= -20) { if (slave.fetish === "humiliation" && slave.fetishKnown === 0) { r.push(`${He} pretends to be embarrassed by ${his} nudity but seems to get off on it. <span class="lightcoral">${He}'s into humiliation.</span>`); -- GitLab