From c4f433f2ac5f7a9c19afe79358ad7c8645af3eaa Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Wed, 27 Jun 2018 21:32:33 -0400 Subject: [PATCH] Fixes --- src/pregmod/slaveSlaveSwapWorkaround.tw | 1 + src/uncategorized/surgeryDegradation.tw | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pregmod/slaveSlaveSwapWorkaround.tw b/src/pregmod/slaveSlaveSwapWorkaround.tw index 76b90510f11..8c6bf16bc64 100644 --- a/src/pregmod/slaveSlaveSwapWorkaround.tw +++ b/src/pregmod/slaveSlaveSwapWorkaround.tw @@ -1,6 +1,7 @@ :: Slave Slave Swap Workaround [nobr] <<set $nextButton = "Abort Operation", $nextLink = "Main">> +<<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> The surgeon awaits the pair of slaves to be strapped into the surgery. So far only $activeSlave.slaveName is prepped: <br> diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw index 07e11eff1de..aeaf2909e34 100644 --- a/src/uncategorized/surgeryDegradation.tw +++ b/src/uncategorized/surgeryDegradation.tw @@ -2055,7 +2055,7 @@ As the remote surgery's long recovery cycle completes, <br><br>As this was a non-invasive procedure $possessive health was not affected. <<case "retrograde virus injection NCS">> - The procedure spans the week, with $object spending every other day in the surgery room for a series of 4 sets of injections. $pronounCap feels worse each time a few hours after the injections. $pronounCap doesn't quite know what it's about, just that $pronoun feels pretty bad. The process has <<if ($PC.medicine >= 100)>>you<<else>>the remote surgeon<</if>> inject $possessive body everywhere, over every few inches, leaving a small needle marks as the process runs that fade out within minutes. Despite the marks fading the process is very-invasive work, and leaves $pronoun @@.red;feeling weak and tired.@@<br><br> + The procedure spans the week, with $object spending every other day in the surgery room for a series of 4 sets of injections. $pronounCap feels worse each time a few hours after the injections. $pronounCap doesn't quite know what it's about, just that $pronoun feels pretty bad. The process has <<if ($PC.medicine >= 100)>>you<<else>>the remote surgeon<</if>> inject $possessive body everywhere, over every few inches, leaving a small needle marks as the process runs that fade out within minutes. Despite the marks fading the process is very invasive work, and leaves $pronoun @@.red;feeling weak and tired.@@<br><br> /* Generate the changes, into variables to set contexts. */ -- GitLab