From 93ece8ca3b7c0ac26b15064c18f669f42d74690a Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Mon, 10 Aug 2020 02:23:04 -0700 Subject: [PATCH] Missing period --- src/npc/descriptions/boobs/boobs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/descriptions/boobs/boobs.js b/src/npc/descriptions/boobs/boobs.js index 3dd6d7fc4bd..d9b43df9ce5 100644 --- a/src/npc/descriptions/boobs/boobs.js +++ b/src/npc/descriptions/boobs/boobs.js @@ -830,7 +830,7 @@ App.Desc.boobs = function() { } break; case "a monokini": - r += `The shoulder straps of ${slave.slaveName}'s monokini cross over in the center of ${his} chest, leaving the rest of ${his} ${adjNoun} totally bare`; + r += `The shoulder straps of ${slave.slaveName}'s monokini cross over in the center of ${his} chest, leaving the rest of ${his} ${adjNoun} totally bare.`; break; case "a cybersuit": r += `${slave.slaveName}'s `; -- GitLab