Skip to content
Snippets Groups Projects
Commit 243f39c1 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

apply changes to activeSlave on exiting salon etc

parent 1023137c
No related branches found
No related tags found
1 merge request!6278Fix assign breaking other changes to activeSlave
......@@ -3,7 +3,7 @@
<<switch $prostheticsConfig>>
<<case "main">>
<<set $nextButton = "Back", $nextLink = "Slave Interact">>
<<set $nextButton = "Confirm changes", $nextLink = "AS Dump", $returnTo = "Slave Interact">>
/* get all prosthetics that are ready for this slave */
<<if $adjustProstheticsCompleted > 0>>
<<set $adjustProsthetics = $adjustProsthetics.filter(function(p) {
......
:: Body Modification [nobr]
<<set $nextButton = "Back", $nextLink = "Slave Interact">>
<<set $nextButton = "Confirm changes", $nextLink = "AS Dump", $returnTo = "Slave Interact">>
<<run clearSummaryCache($activeSlave)>>
<<setLocalPronouns $activeSlave>>
<<run Enunciate($activeSlave)>>
......
......@@ -6,7 +6,7 @@
}
</style>
<<set $nextButton = "Back", $nextLink = "Slave Interact">>
<<set $nextButton = "Confirm changes", $nextLink = "AS Dump", $returnTo = "Slave Interact">>
<<set $surgeryType = 0, $showEncyclopedia = 1, $encyclopedia = "The Remote Surgery">>
<<set _belly = bellyAdjective($activeSlave)>>
......
:: Salon [nobr]
<<set $nextButton = "Back", $nextLink = "Slave Interact">>
<<set $nextButton = "Confirm changes", $nextLink = "AS Dump", $returnTo = "Slave Interact">>
<<set $showEncyclopedia = 1>><<set $encyclopedia = "The Auto Salon">>
<<if $showInches == 2>>
......
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