From 02397ec959c5c0393984b2fa6be06ae3c5b85df0 Mon Sep 17 00:00:00 2001 From: Anu <anulithic@gmail.com> Date: Fri, 25 Aug 2023 00:43:38 -0700 Subject: [PATCH] Immortal Ovaries: PC description --- src/player/desc/pLongCrotch.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/player/desc/pLongCrotch.js b/src/player/desc/pLongCrotch.js index 599b004bfea..9ef8b892e7e 100644 --- a/src/player/desc/pLongCrotch.js +++ b/src/player/desc/pLongCrotch.js @@ -1376,6 +1376,9 @@ App.Desc.Player.crotch = function(PC = V.PC) { r.push(`According to the data, it shouldn't be possible for you to prematurely give birth.`); } } + if ((V.PC.ovaries > 0 || V.PC.mpreg > 0) && V.PC.ovaryAge < 0) { // impossible for now + r.push(`You've had your ovaries replaced with genetically modified clones that will continue to produce new ova for as long as you live.`); + } if (PC.ovaImplant !== 0) { if (PC.wombImplant === "restraint") { r.push(`You ovaries are modified as well;`); -- GitLab