Skip to content
Snippets Groups Projects
Commit 2cb700ae authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

walkPast.tw Fix

See merge request pregmodfan/fc-pregmod!1809
parents af2e683a cfe77ceb
No related branches found
No related tags found
No related merge requests found
...@@ -52,10 +52,10 @@ v0.7 (04-14-2018) ...@@ -52,10 +52,10 @@ v0.7 (04-14-2018)
-slutty nurse outfit now better matches the description -slutty nurse outfit now better matches the description
-updated thigh boot art -updated thigh boot art
-updated extreme heel art -updated extreme heel art
-created bare feet stocking outfits (Long/short) -added bare feet stocking outfits (Long/short)
-created additional flat shoe outfits (bare/stockings short/stockings long) -added additional flat shoe outfits (bare/stockings short/stockings long)
-created additional heel shoe outfits (bare/stockings short/stockings long) -added additional heel shoe outfits (bare/stockings short/stockings long)
-created additional pump shoe outfits (bare/stockings short/stockings long) -added additional pump shoe outfits (bare/stockings short/stockings long)
v0.6 (04-07-2018) v0.6 (04-07-2018)
------------- -------------
......
...@@ -237,9 +237,9 @@ ...@@ -237,9 +237,9 @@
%/ %/
<<default>> /* WALKPASTS START HERE */ <<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 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 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")>> <<elseif ($activeSlave.shoes == "boots")>>
walks past your desk with the confident gait encouraged by her high heeled boots. She is on her way to walks past your desk with the confident gait encouraged by her high heeled boots. She is on her way to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment