diff --git a/src/uncategorized/reRecruit.tw b/src/uncategorized/reRecruit.tw
index e8f89cb554a0c3369a514678937fa06db613875a..6136e5ef849b1e382954337e57d5feafa3518f30 100644
--- a/src/uncategorized/reRecruit.tw
+++ b/src/uncategorized/reRecruit.tw
@@ -1668,6 +1668,8 @@
 <<set $activeSlave.accent = 3>>
 <<set $activeSlave.preg = 0>>
 <<if canGetPregnant($activeSlave)>>
+	<<set $activeSlave.lactation = 1>>
+	<<set $activeSlave.lactationDuration = 2>>
 	<<set $activeSlave.preg = 30>>
 	<<set $activeSlave.pregType = 3>>
 	<<set $activeSlave.pregWeek = 30>>
@@ -1890,6 +1892,8 @@
 <<set $activeSlave.skill.whoring = 0>>
 <<set $activeSlave.skill.entertainment = 20>>
 <<set $activeSlave.boobs = random(4,7)*100>>
+<<set $activeSlave.lactation = 1>>
+<<set $activeSlave.lactationDuration = 2>>
 <<set $activeSlave.vagina = 0>>
 <<set $activeSlave.trueVirgin = 1>>
 <<set $activeSlave.vaginaLube = 2>>
@@ -1929,6 +1933,8 @@
 <<run setHealth($activeSlave, 100, 0, 0, 0, 0)>>
 <<set $activeSlave.face = random(20,90)>>
 <<set $activeSlave.boobs = random(4,7)*300>>
+<<set $activeSlave.lactation = 1>>
+<<set $activeSlave.lactationDuration = 2>>
 <<set $activeSlave.vagina = 10>>
 <<set $activeSlave.vaginaLube = 2>>
 <<set $activeSlave.ovaries = 1>>