From 4c1dfb1b49bb47295e1df9f00f526098b410939d Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Mon, 26 Nov 2018 21:44:55 -0500
Subject: [PATCH] Added minor passage for slave health

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

diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw
index f5f03319b8c..22150bbaf28 100644
--- a/src/npc/fFeelings.tw
+++ b/src/npc/fFeelings.tw
@@ -83,6 +83,13 @@
 	<</if>>
 <</if>>
 
+<<if $activeSlave.devotion > 50 && $activeSlave.health < -20>>
+	I feel <<if $activeSlave.health < -50>>really <</if>>sick, <<Master>>.
+	<<if $activeSlave.trust > 20>>
+		I wish you could give me something to ease the pain.
+	<</if>>
+<</if>>
+
 <<if ($activeSlave.fetishKnown == 1)>>
 	<<if ($activeSlave.energy > 95)>>
 		I love being your nympho <<s>>lut.
-- 
GitLab