diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js index 3f7d0824c726d0d05a091f64615590f44c489eee..a298ca6164d8819ad7ea407dc3493c0223a9d894 100644 --- a/src/npc/generate/newSlaveIntro.js +++ b/src/npc/generate/newSlaveIntro.js @@ -548,8 +548,8 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest = } if (V.arcologies[0].FSIntellectualDependency >= 50) { - if (slave.pregKnown === 1) { - r.push(`${He} realizes that your arcology values bearing children and <span class="mediumaquamarine">hopes</span> ${he}'ll be treated gently for being pregnant.`); + if (slave.intelligence <= -50) { + r.push(`${He} realizes that your arcology values dumb slaves and <span class="mediumaquamarine">hopes</span> ${he}'ll fit in with ${his} low intelligence.`); slave.trust += 2; } }