diff --git a/src/npc/interaction/fLickPussy.js b/src/npc/interaction/fLickPussy.js
index 3f2925a26da59d5d0a3b08192fce25a7e1f32557..e68c79a7bc319ddd8442e77a70b2748ecb2ebeaf 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.`);