From 597df12d1fb258579d9442a14aade78c261dc103 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Tue, 19 Feb 2019 12:00:32 -0500
Subject: [PATCH] add support for boobs

---
 src/uncategorized/RESS.tw | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 9c80aa5e068..f1dabcc72bf 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -52,7 +52,11 @@
 	<<case "inconvenient labia">>
 		/* "pulling down the compression shorts $he was wearing" */
 		<<if isItemAccessible("sport shorts")>>
-			<<set $activeSlave.clothes = "sport shorts">>
+			<<if $activeSlave.boobs >= 650>>
+				<<set $activeSlave.clothes = "sport shorts and a sports bra">>
+			<<else>>
+				<<set $activeSlave.clothes = "sport shorts">>
+			<</if>>
 		<<else>>
 			<<set $activeSlave.clothes = "spats and a tank top">>
 		<</if>>
-- 
GitLab