diff --git a/src/uncategorized/pUndergroundRailroad.tw b/src/uncategorized/pUndergroundRailroad.tw index 1a7f9c182c60c437d70e12ee2f29dda3fd5c9b37..cf4300f42aaddbe03d5e478380dea60991d58f0c 100644 --- a/src/uncategorized/pUndergroundRailroad.tw +++ b/src/uncategorized/pUndergroundRailroad.tw @@ -249,18 +249,23 @@ This is disturbing, to say the least. After close investigation, it appears some <<link "Free $him">> /* do not set $nextLink to AS Dump for this option because we call Remove activeSlave */ <<set $nextButton = "Continue">><<run App.Utils.updateUserButton()>> /* unlock Continue button */ <<replace "#result">> - You calmly inform $him that $he's free to go. - <<if $traitorType != "defiant">> - $He almost collapses with shock, but turns and hurries out of the penthouse, tears streaming from $his eyes. - <<else>> - $He lets out a single harsh laugh and hurries out of the penthouse. - <</if>> - $He wanders down through the arcology, attracting little notice. One moment the monitors have $him struggling through a dense-packed crowd, and the next, they don't. - <<if $activeSlave.relationship > 0>> - <<set $i = $slaveIndices[$activeSlave.relationshipTarget]>> - <<set $activeSlave.relationshipTarget = 0, $activeSlave.relationship = 0>> - <<if def $i>><<set $slaves[$i].relationshipTarget = 0, $slaves[$i].relationship = 0>><<else>>@@.red;Error, relationshipTarget not found.@@<</if>> - <</if>> + You calmly inform $him that $he's free to go. + <<if $traitorType != "defiant">> + $He almost collapses with shock, but turns and hurries out of the penthouse, tears streaming from $his eyes. + <<else>> + $He lets out a single harsh laugh and hurries out of the penthouse. + <</if>> + $He wanders down through the arcology, attracting little notice. One moment the monitors have $him struggling through a dense-packed crowd, and the next, they don't. + <<if $activeSlave.relationship > 0>> + <<set $i = $slaveIndices[$activeSlave.relationshipTarget]>> + <<set $activeSlave.relationshipTarget = 0, $activeSlave.relationship = 0>> + <<if def $i>> + <<set $slaves[$i].relationshipTarget = 0, $slaves[$i].relationship = 0>> + <<else>> + @@.red;Error, relationshipTarget not found.@@ + <</if>> + <</if>> + <</replace>> <<set $traitorWeeks = 1>> <<set $traitor = clone($activeSlave)>> <<set $traitor.assignment = "rest">> @@ -316,8 +321,7 @@ This is disturbing, to say the least. After close investigation, it appears some <<set $traitorStats.traitorBody = $slaves[_myBody].ID>> <</if>> <</if>> - <<= removeSlave($activeSlave)>> - <</replace>> + <<run removeSlave($activeSlave)>> <</link>> <br><<link "Tell $him to ignore the Daughters in the future">> <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Random Nonindividual Event">><<run App.Utils.updateUserButton()>> /* unlock Continue button */