From f2a8f4dc50c8c3fba2efcdfc2f7634c8d194985f Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Sun, 17 Mar 2019 22:42:22 -0400
Subject: [PATCH] art for AWOL (wanted poster)

---
 src/uncategorized/reAWOL.tw | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/src/uncategorized/reAWOL.tw b/src/uncategorized/reAWOL.tw
index 337379f6c28..65599f69cdb 100644
--- a/src/uncategorized/reAWOL.tw
+++ b/src/uncategorized/reAWOL.tw
@@ -38,15 +38,32 @@
 <<set $activeSlave.sexualFlaw = "hates men">>
 <<set $activeSlave.hStyle = "shaved into a mohawk">>
 <<set $activeSlave.customTat = "She has a number of tattoos from a variety of mercenary companies.">>
+<<set $activeSlave.clothes = "a military uniform">>
 
 <<setLocalPronouns $activeSlave>>
 <<setAssistantPronouns>>
+<span id="artFrame">
+	/* 000-250-006 */
+	<<if $seeImages == 1>>
+		<<set $activeSlave.trust = 100>>
+		<<set $activeSlave.devotion = 100>>
+		<div class="imageColumn">
+			<<if $imageChoice == 1>>
+				<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
+			<<else>>
+				<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
+			<</if>>
+			<<= assistantArt(3)>>
+		</div>
+	<</if>>
+	/* 000-250-006 */
+</span>
 
 Human soldiers are superior to drones in a number of ways — they have the capability for suspicion, the ability to understand human interactions, and are impervious to the ever-present threat of cyber-warfare. That said, a crucial failing of any sentient warrior is their agency.
 
 <br><br>
 
-On this particular evening, you find your work interrupted by an urgent alert from $assistantName.
+On this particular evening, you find your work interrupted by an urgent alert from $assistantName<<if $seeImages == 1>>, accompanied by a recent picture<</if>>.
 <<if $assistant > 0>>
 	"<<= properMaster()>>, one of the $mercenariesTitle has gone AWOL." _HeA pauses before continuing. "$He's taken a number of weapons with $him."
 <<else>>
-- 
GitLab