From cfe77cebb788b05a3404d28942b384cdaf6a8a9c Mon Sep 17 00:00:00 2001
From: deepmurk <axiao@protonmail.com>
Date: Thu, 12 Apr 2018 20:11:09 -0400
Subject: [PATCH] Walkpast.tw fix

fixed bad string.
---
 devNotes/Deepmurk_Vector_Art_Changelog.txt | 8 ++++----
 src/uncategorized/walkPast.tw              | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devNotes/Deepmurk_Vector_Art_Changelog.txt b/devNotes/Deepmurk_Vector_Art_Changelog.txt
index 6c4558d60d7..94e5a2f7b12 100644
--- a/devNotes/Deepmurk_Vector_Art_Changelog.txt
+++ b/devNotes/Deepmurk_Vector_Art_Changelog.txt
@@ -52,10 +52,10 @@ v0.7 (04-14-2018)
 	-slutty nurse outfit now better matches the description
 	-updated thigh boot art
 	-updated extreme heel art
-	-created bare feet stocking outfits (Long/short)
-	-created additional flat shoe outfits (bare/stockings short/stockings long)
-	-created additional heel shoe outfits (bare/stockings short/stockings long)
-	-created additional pump shoe outfits (bare/stockings short/stockings long)
+	-added bare feet stocking outfits (Long/short)
+	-added additional flat shoe outfits (bare/stockings short/stockings long)
+	-added additional heel shoe outfits (bare/stockings short/stockings long)
+	-added additional pump shoe outfits (bare/stockings short/stockings long)
 	
 v0.6 (04-07-2018)
 -------------
diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw
index 4dd22a240e3..7dd263e4f7e 100644
--- a/src/uncategorized/walkPast.tw
+++ b/src/uncategorized/walkPast.tw
@@ -237,9 +237,9 @@
 %/
 	<<default>> /* WALKPASTS START HERE */
 
-		<<if ($activeSlave.heels == 1) && ($activeSlave.shoes !== "flats" "flats with short stockings" "flats with long stockings") && ($activeSlave.shoes !== "none")>>
+		<<if ($activeSlave.heels == 1) && ($activeSlave.shoes !== "flats") && ($activeSlave.shoes !==  "flats with short stockings") && ($activeSlave.shoes !== "flats with long stockings") && ($activeSlave.shoes !== "none")>>
 			walks past your desk with the tiny swaying steps she must take in order to walk on her surgically altered legs. She is on her way to
-		<<elseif ($activeSlave.shoes == "heels" "heels with short stockings" "heels with long stockings" "pumps" "pumps with short stockings" "pumps with long stockings")>>
+		<<elseif ($activeSlave.shoes == "heels") && ($activeSlave.shoes !== "heels with short stockings") && ($activeSlave.shoes !== "heels with long stockings") && ($activeSlave.shoes !== "pumps") && ($activeSlave.shoes !== "pumps with short stockings") && ($activeSlave.shoes !== "pumps with long stockings")>>
 			walks past your desk with the swaying steps she must take in her high heels. She is on her way to
 		<<elseif ($activeSlave.shoes == "boots")>>
 			walks past your desk with the confident gait encouraged by her high heeled boots. She is on her way to
-- 
GitLab