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

Merge branch 'call-slave-over-for-all-literal-walk-pasts' into 'pregmod-master'

call slave over for all literal walk pasts

Closes #749

See merge request pregmodfan/fc-pregmod!4559
parents 946f29af 7e6d6a48
No related branches found
No related tags found
No related merge requests found
......@@ -3139,10 +3139,13 @@
<span id="walkpast"><<link "Have $him brought out of $his cell">><<replace "#walk">><<include $target>><</replace>><</link>></span>
<<elseif ($activeSlave.assignment == "work in the dairy") && ($dairyRestraintsSetting > 1)>>
//$He is strapped into a milking machine and cannot leave $dairyName.//
<<elseif ($activeSlave.assignmentVisible == 0)>>
<span id="walkpast"><<link "Have $him take a break and come up">><<replace "#walk">><<include $target>><</replace>><</link>></span>
<<else>>
<span id="walkpast"><<link "Call $him over">><<replace "#walk">><<include $target>><</replace>><</link>></span>
<<switch $activeSlave.assignment>>
<<case "be your agent" "live with your agent" "work in the dairy" "work in the brothel" "serve in the club" "work as a servant" "serve in the master suite" "stay confined" "be confined in the cellblock" "be confined in the arcade" "work a glory hole" "be the Madam" "be your Concubine" "be the Wardeness" "live with your Head Girl" "be the Stewardess" "be the Schoolteacher" "be the Attendant" "be the DJ" "be the Milkmaid">>
<span id="walkpast"><<link "Have $him take a break and come up">><<replace "#walk">><<include $target>><</replace>><</link>></span>
<<default>>
<span id="walkpast"><<link "Call $him over">><<replace "#walk">><<include $target>><</replace>><</link>></span>
<</switch>>
<</if>>
<<else>>
<<switch $target>>
......
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