From 47cf66350aa0f8bdcb33f360765b062df2ad5388 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 13 Feb 2019 22:53:51 -0500
Subject: [PATCH] need tweaks for restricted release rules

---
 src/utility/saRulesWidgets.tw | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/utility/saRulesWidgets.tw b/src/utility/saRulesWidgets.tw
index 38b5e07c4fc..12fc8b6361b 100644
--- a/src/utility/saRulesWidgets.tw
+++ b/src/utility/saRulesWidgets.tw
@@ -88,17 +88,23 @@ and
 						<<if $freeSexualEnergy > 0>>
 							<<if $freeSexualEnergy == 3>>
 								You have surplus sexual energy to burn, even when $he doesn't ask, and $he
-								<<if $slaves[$i].devotion <= 20>>
+								<<if $slaves[$i].devotion < -20>>
 									@@.hotpink;hates $himself@@ for how often $he gets off on you relieving your needs with $his body.
-								<<else>>
+								<<elseif $slaves[$i].devotion <= 50 || slaves[$i].trust <= 20>>
 									@@.hotpink;gets used to being a sex slave@@ every time $he climaxes as you use $him.
+								<<else>>
+									@@.hotpink;eagerly looks forward@@ to each climax $he shares with you.
 								<</if>>
 								<<set $slaves[$i].devotion += 2, $slaves[$i].need = 0>>
 								<<= SimpleSexAct($slaves[$i], 10)>>
 							<<elseif $freeSexualEnergy == 2>>
-								You have surplus sexual energy to fuck $him whenever $he forces $himself to ask, and $he is @@.hotpink;sexually dependent@@ on you.
+								You have surplus sexual energy to fuck $him whenever <<if $slaves[$i].relationship == -3>> you notice $his need<<else>>$he forces $himself to ask<</if>>, and $he is @@.hotpink;sexually dependent@@ on you.
 								<<set $slaves[$i].devotion += 1, $slaves[$i].need -= 40>>
 								<<= SimpleSexAct($slaves[$i], 5)>>
+							<<elseif $slaves[$i].relationship == -3>>
+								You have little surplus sexual energy, but you make sure to keep your wife's needs in mind<<if $slaves[$i].devotion < -20>>, even if $he doesn't want it<</if>>.
+								<<set $slaves[$i].need -= 40>>
+								<<= SimpleSexAct($slaves[$i], 5)>>
 							<<else>>
 								You have little surplus sexual energy, and occasionally, $he asks in vain.
 								<<set $slaves[$i].need -= 20>>
-- 
GitLab