From 9af612d72a4edd1273b05b81bb8ed1b6d634b9b1 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 4 Mar 2019 19:45:49 -0500
Subject: [PATCH] Filled in missing fetishes in "comfortable seat"

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

diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 87fc308ecc7..2997056c24c 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -18779,6 +18779,32 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 				<</if>>
 				$He loves being on top, even if $he's the one who's getting fucked. $He rides you happily,
 				<<set _fucked = 1>>
+			<<case "sadist">>
+				turns around and hesitantly sits on <<if $PC.dick == 1>>your cock<<else>>the phallus<</if>>, letting
+				<<if canDoVaginal($activeSlave) && ($activeSlave.vagina > 0)>>
+					it slide into $his cunt.
+					<<= VaginalVCheck()>>
+				<<elseif canDoAnal($activeSlave) && ($activeSlave.anus > 0)>>
+					it slide up $his butt.
+					<<= AnalVCheck()>>
+				<<else>>
+					it slide between $his thighs.
+				<</if>>
+				$He prefers to be rough, but settles for just directing how $he gets used. $He rides you cautiously,
+				<<set _fucked = 1>>
+			<<case "masochist">>
+				turns around and carefully perches $himself on <<if $PC.dick == 1>>your cock<<else>>the phallus<</if>>,
+				<<if canDoVaginal($activeSlave) && ($activeSlave.vagina > 0)>>
+					letting $his weight slide it inside $his wet pussy at an uncomfortable angle.
+					<<= VaginalVCheck()>>
+				<<elseif canDoAnal($activeSlave) && ($activeSlave.anus > 0)>>
+					letting $his weight push it up $his asshole at an uncomfortable angle.
+					<<= AnalVCheck()>>
+				<<else>>
+					putting it between $his thighs at an uncomfortable angle.
+				<</if>>
+				$He does $his best to please you while making sex as unpleasant as $he can for $himself. $He pays close attention to your comfort versus $his own,
+				<<set _fucked = 1>>
 			<</switch>>
 		<</if>>
 		<<if _fucked == 1>>
-- 
GitLab