diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js index cd86206f4061757e2a9080951d2e5d112ec2af08..f543bbbefb4971072caf3589a42d781aa179a59d 100644 --- a/src/endWeek/saChoosesOwnClothes.js +++ b/src/endWeek/saChoosesOwnClothes.js @@ -169,7 +169,7 @@ App.SlaveAssignment.choosesOwnClothes = (function() { selection.clothes = jsEither(clothingLovedByAnFS(chosenClothing)); if (!selection.clothes) { selection = { - text: `${he} chooses to put on underwear, as it seems you don't have any clothingFS available for ${App.Data.FutureSociety.records[chosenClothing].noun}.`, + text: `${he} chooses to put on underwear, as it seems you don't have any clothing available for ${App.Data.FutureSociety.records[chosenClothing].noun}.`, clothes: jsEither(["attractive lingerie", "panties"]) }; }