diff --git a/src/npc/descriptions/style/clothing.js b/src/npc/descriptions/style/clothing.js
index 7f5b92019d4a7ac4fa6497bed4ef220d4ab95610..afd4c84769b2ce106582a0dc83823652bb124f35 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) {