From e90ff1324bc939a8cbc92d23f2d0125a27c8f313 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Tue, 15 Sep 2020 01:32:29 -0700 Subject: [PATCH] Missing periods --- src/npc/descriptions/crotch/dick.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/npc/descriptions/crotch/dick.js b/src/npc/descriptions/crotch/dick.js index 1f128db528b..cc3a6c75c8f 100644 --- a/src/npc/descriptions/crotch/dick.js +++ b/src/npc/descriptions/crotch/dick.js @@ -562,7 +562,7 @@ App.Desc.dick = function(slave, {market, eventDescription} = {}) { } else if (scrotalFullness === 0) { r.push(`${His} comfortable scrotum allows them to hang massively`); if (hasBothLegs(slave)) { - r.push(`between ${his} legs`); + r.push(`between ${his} legs.`); } else { r.push(`from ${his}`); if (isAmputee(slave)) { @@ -1313,7 +1313,7 @@ App.Desc.dick = function(slave, {market, eventDescription} = {}) { } else if (scrotalFullness === 0) { r.push(`${His} comfortable scrotum allows them to hang massively`); if (hasBothLegs(slave)) { - r.push(`between ${his} legs`); + r.push(`between ${his} legs.`); } else { r.push(`from ${his}`); if (isAmputee(slave)) { -- GitLab