diff --git a/src/player/desc/pLongCrotch.js b/src/player/desc/pLongCrotch.js
index 599b004bfea88ada31b82fd42d7097efb682c714..9ef8b892e7e2ebf6ca7434c32c0379b9a16fc5b8 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;`);