From d46d9c118fa0885cd41b3f6b7c6eecf65ed373fe Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Wed, 20 Feb 2019 01:20:12 -0500
Subject: [PATCH] Missing images

---
 src/uncategorized/reDevotedMotherDaughter.tw | 13 +++++++++++++
 src/uncategorized/reDevotedTwins.tw          | 13 +++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/src/uncategorized/reDevotedMotherDaughter.tw b/src/uncategorized/reDevotedMotherDaughter.tw
index d5b8c73dac9..498dc1a06b7 100644
--- a/src/uncategorized/reDevotedMotherDaughter.tw
+++ b/src/uncategorized/reDevotedMotherDaughter.tw
@@ -5,6 +5,19 @@
 <<set $i = $slaveIndices[$devMother]>>
 <<set $j = $slaveIndices[$devDaughter]>>
 
+<span id="artFrame">
+	/* 000-250-006 */
+	<<if $seeImages == 1>>
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[$j] 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[$i] 2 0>>
+		</div>
+	<</if>>
+	/* 000-250-006 */
+</span>
+
 $slaves[$i].slaveName and her daughter $slaves[$j].slaveName are both good slaves, devoted and obedient. They'd probably do anything you order them to do. By happenstance they come before you for inspection one after the other. They certainly see each other stark naked frequently enough. As you finish $slaves[$i].slaveName's inspection, her daughter waits patiently for her turn. It occurs to you that they probably would do //anything// you order them to do, and that they're so acclimated to sexual slavery that they might well enjoy it.
 
 <br><br>
diff --git a/src/uncategorized/reDevotedTwins.tw b/src/uncategorized/reDevotedTwins.tw
index 54502cac9dd..fd5f04309a3 100644
--- a/src/uncategorized/reDevotedTwins.tw
+++ b/src/uncategorized/reDevotedTwins.tw
@@ -5,6 +5,19 @@
 <<set $i = $slaveIndices[$alphaTwin]>>
 <<set $j = $slaveIndices[$betaTwin]>>
 
+<span id="artFrame">
+	/* 000-250-006 */
+	<<if $seeImages == 1>>
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[$j] 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $slaves[$i] 2 0>>
+		</div>
+	<</if>>
+	/* 000-250-006 */
+</span>
+
 $slaves[$i].slaveName and $slaves[$j].slaveName are such good and devoted slaves that they happily do everything together. They sleep in each other's arms, bathe together, work together whenever they can, and fuck together. For a while they masturbated together until they became so habituated to sexual slavery that they stopped seeing much distinction between masturbation and sex with one another. At the moment, they're getting ready for their day, chatting quietly and helping each other.
 <br><br>
 <span id="result">
-- 
GitLab