From a16705de651efdcf4770faf1cfcb84f9f95b799a Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 24 Dec 2020 18:22:55 -0500
Subject: [PATCH] remove weird shoes

---
 src/npc/interaction/fAnus.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/npc/interaction/fAnus.tw b/src/npc/interaction/fAnus.tw
index cc63e339374..d357dfc202e 100644
--- a/src/npc/interaction/fAnus.tw
+++ b/src/npc/interaction/fAnus.tw
@@ -31,7 +31,7 @@ You call $him over so you can
 <</if>>
 
 <<if (getSlave($AS).heels == 1)>>
-	<<if !["flats", "flats with long stockings", "flats with short stockings", "none"].includes(getSlave($AS).shoes)>>
+	<<if shoeHeelHeight($activeSlave) > 0>>
 		As $he went past your desk, $his high heels and surgically altered legs enforced a gait that presented $his butt enticingly.
 	<<else>>
 		As $he crawls along on <<if hasAllLimbs(getSlave($AS))>>all fours<<else>>the ground<</if>>, $his anus is readily available.
-- 
GitLab