From ed2fadf57005d40d6a1768de41a125ca518c4152 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Wed, 9 Jun 2021 08:21:33 +0000
Subject: [PATCH] Small expansion and more natural phrasing

---
 src/npc/interaction/fLickPussy.js | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/npc/interaction/fLickPussy.js b/src/npc/interaction/fLickPussy.js
index 3f2925a26da..e68c79a7bc3 100644
--- a/src/npc/interaction/fLickPussy.js
+++ b/src/npc/interaction/fLickPussy.js
@@ -86,7 +86,7 @@ App.Interact.fLickPussy = function(slave) {
 		r.push(`as you get familiar with ${his} smooth belly.`)
 	}
 
-	r.push(`Looking at ${him} directly in the eyes, you begin to run your tongue along ${his} labia, drawing a`);
+	r.push(`Looking ${him} directly in the eyes, you begin to run your tongue along ${his} labia, drawing a`);
 	if (canTalk(slave)) {
 		r.push(`soft`);
 	} else {
@@ -101,8 +101,12 @@ App.Interact.fLickPussy = function(slave) {
 			r.push(`loves`);
 		} else if (_devotion > 50) {
 			r.push(`'s accepted as ${his} ${getWrittenTitle(slave)}`);
+		} else if (_devotion < -50) {
+			r.push(`hates`);
+		} else if (slave.trust < -50) {
+			r.push(`fears`);
 		} else {
-			r.push(`hates`);/* not sure what to use for "reluctant"*/
+			r.push(`is enslaved to`)
 		}
 	}
 	r.push(`makes ${him} blush, but you don't let up.`);
-- 
GitLab