diff --git a/src/npc/children/longChildDescription.js b/src/npc/children/longChildDescription.js
index 24dba977dbd2e599ffa3c5751e07c4c629a323ca..8d36bdda9a65ca7a2c7a6b88e8933a55bf3505cd 100644
--- a/src/npc/children/longChildDescription.js
+++ b/src/npc/children/longChildDescription.js
@@ -859,7 +859,7 @@ App.Facilities.Nursery.LongChildDescription = function(child, {market = 0, event
 						if (child.pregWeek < 0) {
 							r += `"${num(child.pregWeek * -1)} week${child.pregWeek !== -1 ? `s` : ``} until I can get preggers again!" `;
 						} else if (child.pregKnown) {
-							r += `"${40-child.preg} weeks till I pop!" `;
+							r += `"${40-Math.ceil(child.preg)} weeks till I pop!" `;
 						} else {
 							r += `"My womb needs filling!" `;
 						}