From 658e785810b0457a67adf8745fa92a096df7edd3 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 22 Dec 2018 10:58:15 -0500
Subject: [PATCH] Fixed hostage code escaping hostage checks

---
 src/uncategorized/pRivalryActions.tw | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/src/uncategorized/pRivalryActions.tw b/src/uncategorized/pRivalryActions.tw
index 51c7c7d399c..5b6074ebd3e 100644
--- a/src/uncategorized/pRivalryActions.tw
+++ b/src/uncategorized/pRivalryActions.tw
@@ -3,20 +3,19 @@
 <<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event", $rivalryDuration += 1, _num = random(1,99)>>
 
 <<if $hostageAnnounced == 1>>
-
-/* 000-250-006 */
-<<if $seeImages == 1>>
-	<<if $imageChoice == 1>>
-		<div class="imageRef lrgVector"><<SlaveArt $hostage 2 0>></div>
-	<<else>>
-		<div class="imageRef lrgRender"><<SlaveArt $hostage 2 0>></div>
+	/* 000-250-006 */
+	<<if $seeImages == 1>>
+		<<if $imageChoice == 1>>
+			<div class="imageRef lrgVector"><<SlaveArt $hostage 2 0>></div>
+		<<else>>
+			<div class="imageRef lrgRender"><<SlaveArt $hostage 2 0>></div>
+		<</if>>
 	<</if>>
-<</if>>
-/* 000-250-006 */
+	/* 000-250-006 */
 
+	<<setLocalPronouns $hostage>>
 <</if>>
 
-<<setLocalPronouns $hostage>>
 <<setNonlocalPronouns $seeDicks>>
 
 Your inter-arcology war with the arcology owner behind the Daughters of Liberty has dragged on for $rivalryDuration week<<if $rivalryDuration > 1>>s<</if>>. The tone of your arcology is a bit more somber than usual. You have enhanced security in place, and the populace has caught the mood.
-- 
GitLab