From 0dd19bafe36ea69c60115d5f9651bbae706cc276 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Tue, 29 Jan 2019 10:53:31 -0500 Subject: [PATCH] Swimsuit Fix --- 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 de58e03266c..c25cdec1ab1 100644 --- a/src/endWeek/saChoosesOwnClothes.js +++ b/src/endWeek/saChoosesOwnClothes.js @@ -331,8 +331,8 @@ window.saChoosesOwnClothes = (function() { if(isItemAccessible("a monokini")) { wardrobeAssignment.push({text: `and wears an one-piece swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "a monokini"}); } - if(isItemAccessible("one-piece swimsuit")) { - wardrobeAssignment.push({text: `and wears a one-piece swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "one-piece swimsuit"}); + if(isItemAccessible("a one-piece swimsuit")) { + wardrobeAssignment.push({text: `and wears a one-piece swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "a one-piece swimsuit"}); } if(isItemAccessible("a burkini")) { wardrobeAssignment.push({text: `and wears a modest swimsuit, since it's all ${he} can wear that won't be ruined by all the moisture in the spa.`, clothes: "a burkini"}); -- GitLab