From 6a1d8f25e960a33bcd1844ad66de63b0ca1be969 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sat, 16 Jan 2021 10:00:47 -0500 Subject: [PATCH] clothing text fix --- src/npc/descriptions/style/clothing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/descriptions/style/clothing.js b/src/npc/descriptions/style/clothing.js index afd4c84769b..d31aeca2c45 100644 --- a/src/npc/descriptions/style/clothing.js +++ b/src/npc/descriptions/style/clothing.js @@ -128,7 +128,7 @@ App.Desc.clothing = function(slave, {market, eventDescription} = {}) { } break; case "attractive lingerie": - r.push(`including a lovely bra with holes so ${his} nipples poke through, a pretty g-string,`); + r.push(`including a lovely bra with holes for ${his} nipples to poke through, a pretty g-string,`); if (hasAnyLegs(slave)) { r.push(`sheer stockings, and a garter belt.`); if (slave.vagina === 0) { -- GitLab