diff --git a/src/events/recETS/recetsPoshMotherDaughter.js b/src/events/recETS/recetsPoshMotherDaughter.js index dd6a10221e453b08780bf627b623143e865b3cf8..7feaaee95e718172cad705d56e040433c9d9e1ee 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