From 5a747a53fde700d9fcd6e1aba00302ee620f4373 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Thu, 21 Feb 2019 23:55:56 -0500
Subject: [PATCH] slaves are naked when inspected

---
 src/uncategorized/reDevotedMotherDaughter.tw | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/uncategorized/reDevotedMotherDaughter.tw b/src/uncategorized/reDevotedMotherDaughter.tw
index f3a0c68b547..09cdf3965b0 100644
--- a/src/uncategorized/reDevotedMotherDaughter.tw
+++ b/src/uncategorized/reDevotedMotherDaughter.tw
@@ -5,6 +5,8 @@
 <<set $i = $slaveIndices[$devMother]>>
 <<set $j = $slaveIndices[$devDaughter]>>
 
+<<set _clothesTemp = $slaves[$i].clothes, $slaves[$i].clothes = "no clothing">>
+<<set _clothesTemp2 = $slaves[$j].clothes, $slaves[$j].clothes = "no clothing">>
 <span id="artFrame">
 	/* 000-250-006 */
 	<<if $seeImages == 1>>
@@ -17,6 +19,8 @@
 	<</if>>
 	/* 000-250-006 */
 </span>
+<<set $slaves[$i].clothes = _clothesTemp>>
+<<set $slaves[$j].clothes = _clothesTemp2>>
 
 $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.
 
-- 
GitLab