diff --git a/devNotes/Deepmurk_Vector_Art_Changelog.txt b/devNotes/Deepmurk_Vector_Art_Changelog.txt index 6c4558d60d7466efa0d6c9cb7f920aaf1c615aa9..94e5a2f7b128f8cbfb74f84b37507965420cf08e 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 4dd22a240e3103235ed1214668d4312a8811af3a..7dd263e4f7eef4b36f110f873938306ad7de4e1f 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