From 88ddd7d7f743a2f64c758586336e06945155de34 Mon Sep 17 00:00:00 2001
From: Void <okp57855@psoxs.com>
Date: Thu, 28 Sep 2017 16:33:52 +1300
Subject: [PATCH] added see dicks check

---
 src/npc/fFeelings.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw
index 656f7502b47..b05c0e3b285 100644
--- a/src/npc/fFeelings.tw
+++ b/src/npc/fFeelings.tw
@@ -117,9 +117,9 @@
 	<<elseif ($activeSlave.attrXX > 60)>>
 		It's ni<<c>>e, fucking the other girl<<s>>.
 	<</if>>
-	<<if ($activeSlave.attrXY > 80)>>
+	<<if ($activeSlave.attrXY > 80 && $seeDicks > 0)>>
 		I love, you know, <<s>>pending time with <<s>>lave<<s>> with dick<<s>>, <<Master>>.
-	<<elseif ($activeSlave.attrXY > 60)>>
+	<<elseif ($activeSlave.attrXY > 60 && $seeDicks > 0)>>
 		It's ni<<c>>e, you know, <<s>>pending time with <<s>>laves with dick<<s>>, <<Master>>.
 	<</if>>
 <<else>>
-- 
GitLab