From 243f39c1da44e4b0219155c6ba47dc5a888f9239 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 4 Mar 2020 17:08:36 -0500 Subject: [PATCH] apply changes to activeSlave on exiting salon etc --- src/interaction/prostheticConfig.tw | 2 +- src/uncategorized/bodyModification.tw | 2 +- src/uncategorized/remoteSurgery.tw | 2 +- src/uncategorized/salon.tw | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/interaction/prostheticConfig.tw b/src/interaction/prostheticConfig.tw index 3b3ce3310b2..2333878bf23 100644 --- a/src/interaction/prostheticConfig.tw +++ b/src/interaction/prostheticConfig.tw @@ -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) { diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw index 0179e15edb2..e95de3007c2 100644 --- a/src/uncategorized/bodyModification.tw +++ b/src/uncategorized/bodyModification.tw @@ -1,6 +1,6 @@ :: 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)>> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index 3126bfcded6..be168122e34 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -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)>> diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw index 534dbbdd384..287194ee5d0 100644 --- a/src/uncategorized/salon.tw +++ b/src/uncategorized/salon.tw @@ -1,6 +1,6 @@ :: 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>> -- GitLab