From 6a667b62243553c99a8a299904205af9eec7f066 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Wed, 23 Sep 2020 12:55:55 -0700 Subject: [PATCH] Late-pregnancy recruits should lactate --- src/uncategorized/reRecruit.tw | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/uncategorized/reRecruit.tw b/src/uncategorized/reRecruit.tw index e8f89cb554a..6136e5ef849 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>> -- GitLab