diff --git a/src/npc/descriptions/belly/belly.js b/src/npc/descriptions/belly/belly.js index fb39da53ae6a876113304158c3f745fff2699d2c..a39d6b07006193b33a9109d2845b1b77311f6616 100644 --- a/src/npc/descriptions/belly/belly.js +++ b/src/npc/descriptions/belly/belly.js @@ -1921,7 +1921,7 @@ App.Desc.belly = function(slave, {market, eventDescription} = {}) { } else { r.push(`and ${his} huge, drum-taut belly dominates ${his} frame.`); } - if (slave.preg < 35) { + if (slave.preg < 40) { if (slave.pregType === 3) { r.push(`${His} womb is mostly filled with excess amniotic fluid, masking that ${he} is having triplets.`); } else {