From 2a50bbdccb62805445b49bffbfd7b50e06cdac1b Mon Sep 17 00:00:00 2001
From: Anu <anulithic@gmail.com>
Date: Fri, 14 Oct 2022 21:52:06 -0700
Subject: [PATCH] Remove 401-600cc logical oversight in daught.boobs

---
 src/events/recETS/recetsPoshMotherDaughter.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/events/recETS/recetsPoshMotherDaughter.js b/src/events/recETS/recetsPoshMotherDaughter.js
index dd6a10221e4..7feaaee95e7 100644
--- a/src/events/recETS/recetsPoshMotherDaughter.js
+++ b/src/events/recETS/recetsPoshMotherDaughter.js
@@ -54,7 +54,8 @@ App.Events.recetsPoshMotherDaughter = class recetsPoshMotherDaughter extends App
 		daught.oldDevotion = daught.devotion;
 		daught.oldTrust = daught.trust;
 		daught.boobs = Math.max(daught.boobs - 200, 100);
-		if (daught.boobs >= 600) { // if daughter is physically mature enough to have at least natural B-cups, she's had them enhanced
+		if (daught.boobs >= 400) { // if daughter is physically mature enough to have at least natural B-cups, she's had them enhanced
+			daught.boobs += 200;
 			daught.boobsImplant = 200;
 			daught.boobsImplantType = "normal";
 		} else { // otherwise, clear implants inherited from mother's data
-- 
GitLab