From ade14cc87a26799cff390a0438bb9a105a225f7d Mon Sep 17 00:00:00 2001 From: wkwk <12408-wkwk@users.norepy.gitgud.io> Date: Mon, 14 Oct 2019 08:05:17 -0500 Subject: [PATCH] Remove extra dot in clothingChoice during endweek report --- src/endWeek/saChoosesOwnClothes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js index 1301aeb6779..c15c2574c8b 100644 --- a/src/endWeek/saChoosesOwnClothes.js +++ b/src/endWeek/saChoosesOwnClothes.js @@ -1,6 +1,6 @@ window.saChoosesOwnClothes = (function() { "use strict"; - + let player; let r; /* eslint-disable no-unused-vars*/ @@ -38,7 +38,7 @@ window.saChoosesOwnClothes = (function() { r += `${shoeChoice.text} `; slave.shoes = shoeChoice.shoes; } - r += `${corsetChoice.text} Faced with so many choices and no thought on the matter; ${clothingChoice.text}. `; + r += `${corsetChoice.text} Faced with so many choices and no thought on the matter; ${clothingChoice.text}`; } else if (slave.devotion <= 20) { const clothingChoice = todaysOutfit(slave); slave.clothes = clothingChoice.clothes; -- GitLab