From 3d2c4bdc245ff3947157c4359f40480b966f5522 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Mon, 14 Jun 2021 22:44:15 +0000
Subject: [PATCH] Improve harem gauze footwear

---
 src/npc/descriptions/style/clothing.js | 2 +-
 src/npc/descriptions/style/footwear.js | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/npc/descriptions/style/clothing.js b/src/npc/descriptions/style/clothing.js
index 158a6f1300a..83d07e9eaeb 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 acd8801803f..64331c4b85f 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":
-- 
GitLab