From 24be7f48e91b8261f100ba30f11cc127190decaf Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Tue, 28 May 2019 17:05:43 -0400 Subject: [PATCH] nip fix --- 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 6bc84d8ecdd..f5dfbc2bb3c 100644 --- a/src/npc/descriptions/boobs/boobs.js +++ b/src/npc/descriptions/boobs/boobs.js @@ -1697,7 +1697,7 @@ App.Desc.areola = function(slave, pronouns) { r.push(`${His} ${nipColor} areolae are unnaturally huge, almost entirely covering the ${slave.boobShape === "saggy" ? 'bottom' : 'front'} of each breast.`); break; default: - r.push(`${His} slave.nipples nipples are surrounded by a minimal ${nipColor} areolae.`); + r.push(`${His} ${slave.nipples} nipples are surrounded by a minimal ${nipColor} areolae.`); } if (slave.areolaeShape === "heart") { r.push(`${His} ${nipColor} areolae are heart-shaped, an obvious surgical alteration.`); -- GitLab