From 63cf10e9e3c3e5d1583c5f648fbec17db8ef5420 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Mon, 30 Nov 2020 18:37:49 -0800
Subject: [PATCH] Capitalize "Milk"

---
 src/npc/interaction/fBeg.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/npc/interaction/fBeg.tw b/src/npc/interaction/fBeg.tw
index 6ffe453d8cf..67a2bb7eb50 100644
--- a/src/npc/interaction/fBeg.tw
+++ b/src/npc/interaction/fBeg.tw
@@ -271,7 +271,7 @@ Now kneeling at your feet naked before you, your slave waits for $his <<= getWri
 			<</if>>
 			for $his <<= getWrittenTitle(getSlave($AS))>>.
 			<<if (getSlave($AS).lactation > 0)>>
-				milk dribbles down the soft curves of $his chest as a further sign of $his arousal.
+				Milk dribbles down the soft curves of $his chest as a further sign of $his arousal.
 			<</if>>
 			This is, of course, how all slaves are supposed to kneel, but $he takes the pose with added dedication.
 		<<default>>
-- 
GitLab