From f8d1fac64a89e47b83b3dd91028cfcd58e3ea91b Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sat, 16 Jan 2021 09:49:55 -0500
Subject: [PATCH] clothing and birth fixes

---
 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 7f5b92019d4..afd4c84769b 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 for ${his} nipples poke through, a pretty g-string,`);
+				r.push(`including a lovely bra with holes so ${his} nipples poke through, a pretty g-string,`);
 				if (hasAnyLegs(slave)) {
 					r.push(`sheer stockings, and a garter belt.`);
 					if (slave.vagina === 0) {
-- 
GitLab