From 1623ecd83a1720ada62877ba6c1e126e9f6eaaed Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Thu, 7 Feb 2019 02:09:42 -0500
Subject: [PATCH] End lactation text tweak

---
 src/uncategorized/saLongTermEffects.tw | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 4a961fd10b6..37d1744c8c0 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -6675,7 +6675,11 @@
 			<<set $slaves[$i].boobs -= $slaves[$i].boobsMilk>>
 			<<set $slaves[$i].boobsMilk = 0, $slaves[$i].lactationDuration = 2>>
 		<<else>>
-			but without regular use, $his lactation finally @@.orange;dries up@@ and $he can be drained without encouraging it.
+			<<if $slaves[$i].boobsMilk > 0>>
+				but without regular use, $his lactation finally @@.orange;dries up@@ and $he can be drained without encouraging it.
+			<<else>>
+				Without regular use, $his lactation naturally @@.orange;come to an end.@@
+			<</if>>
 			<<set $slaves[$i].boobs -= $slaves[$i].boobsMilk>>
 			<<set $slaves[$i].boobsMilk = 0, $slaves[$i].lactation = 0>>
 		<</if>>
-- 
GitLab