diff --git a/src/facilities/nursery/nurseryWidgets.js b/src/facilities/nursery/nurseryWidgets.js
index 2b876ec6aafa7c50d8d778396814aae765077b03..0208e92c298cd678a5ff6dba4077dc4a6d6f9e6a 100644
--- a/src/facilities/nursery/nurseryWidgets.js
+++ b/src/facilities/nursery/nurseryWidgets.js
@@ -17700,17 +17700,7 @@ App.Facilities.Nursery.childrenReport = function childrenReport() {
 		}
 		He = capFirstChar(he), His = capFirstChar(his);
 
-		child.birthWeek++;
-
-		if (child.birthWeek >= 52) {
-			child.birthWeek = 0;
-			if (V.seeAge) {
-				child.actualAge++, child.ovaryAge++;
-			}
-		}
-
 		if (child.growTime > 0) {
-			child.growTime--;
 			r += `<br><span class="pink">${child.slaveName}</span> is growing steadily. ${He} will be ready for release in about ${years(child.growTime)}. `;
 		} else {
 			r += `<span class="pink">${child.slaveName}</span> is <span class="lime">ready for release.</span> ${He} will be removed from ${V.nurseryName} upon your approach.`;