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

do not print removeSlave

parent 4a6f13d9
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
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