diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js index 8f6140c27f111cc6ca8f024fae3bf8abe51c5684..f7693ee825897e2ae586f9d4fd8832429aace804 100644 --- a/src/npc/descriptions/belly/belly.js +++ b/src/npc/descriptions/belly/belly.js @@ -12466,7 +12466,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else if (slave.bellyPreg >= 100 || slave.bellyImplant >= 100) { r.push(`${slave.slaveName}'s bangles include a long thin chain that rests across the small swell of ${his} lower belly.`); } else if (slave.muscles > 30) { - r.push(`${slave.slaveName}'s bangles include a trio of long, thin chains that run across each set of ${his} ab muslces.`); + r.push(`${slave.slaveName}'s bangles include a trio of long, thin chains that run across each set of ${his} ab muscles.`); } break; case "a leotard": diff --git a/src/npc/descriptions/style/clothing.js b/src/npc/descriptions/style/clothing.js index 158a6f1300a4e0beea7946c0171119e9f407fc39..83d07e9eaeb9d53c9dfafdcb4599c910fd5f79bf 100644 --- a/src/npc/descriptions/style/clothing.js +++ b/src/npc/descriptions/style/clothing.js @@ -894,7 +894,7 @@ App.Desc.clothing = function(slave, {market, eventDescription} = {}) { break; case "harem gauze": if (hasAnyLegs(slave)) { - r.push(`${He} is wearing`); + r.push(`flowing down to almost conceal`); r.push(App.Desc.footwear(slave)); } r.push(`${He}'s covered and even veiled, but you can see everything straight through the filmy cloth.`); diff --git a/src/npc/descriptions/style/footwear.js b/src/npc/descriptions/style/footwear.js index acd8801803f85ce6f4a0ce35a3390af9d1129586..64331c4b85ff59208d1dc4843997cb067038b2c8 100644 --- a/src/npc/descriptions/style/footwear.js +++ b/src/npc/descriptions/style/footwear.js @@ -4200,7 +4200,7 @@ App.Desc.footwear = function(slave) { if (bothFeet) { r.push(`high pumps`); } else { - r.push(`a high heel`); + r.push(`a high pump`); } r.push(`decorated with golden filigree.`); break; @@ -4237,7 +4237,7 @@ App.Desc.footwear = function(slave) { r.push(`with beautiful eastern patterns worked into the sides in lapis lazuli.`); break; default: - r.push(`nothing on ${his} bare ${feet}.`); + r.push(`${his} alluringly bare ${feet}.`); } break; case "slutty jewelry":