From 828fce84492eed53cc0ccadd399b95ddd21ba749 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 14 Jun 2020 17:48:20 -0400 Subject: [PATCH] correction --- src/endWeek/saStayConfined.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/endWeek/saStayConfined.js b/src/endWeek/saStayConfined.js index 22ed98b199c..d5f4ac892aa 100644 --- a/src/endWeek/saStayConfined.js +++ b/src/endWeek/saStayConfined.js @@ -109,9 +109,6 @@ App.SlaveAssignment.stayConfined = function(slave) { } else if (V.Wardeness.sexualFlaw === "breast growth") { t += `loves watching ${his} breasts steadily swell with pent-up milk and only milks ${him} in order to reset the process.`; } - slave.lactationDuration = 2; - slave.boobs -= slave.boobsMilk; - slave.boobsMilk = 0; } } -- GitLab