diff --git a/src/npc/descriptions/boobs/boobs.js b/src/npc/descriptions/boobs/boobs.js index 61d2d7fa5e4ffaa742a65324402936e617f84eaa..920ef97e47a4b3b42a85d27742df90617fe3bed0 100644 --- a/src/npc/descriptions/boobs/boobs.js +++ b/src/npc/descriptions/boobs/boobs.js @@ -731,7 +731,7 @@ App.Desc.boobs = function() { } else if (slave.boobs > 4000) { r += `${slave.slaveName}'s tits are so huge that ${his} armor is on the verge of bursting open.`; } else if (slave.boobs > 2000) { - r += `${slave.slaveName}'s tits are so big that they armor even ${his} dress greatly.`; + r += `${slave.slaveName}'s tits are so big that they strain even ${his} armor greatly.`; } else if (slave.boobs > 800) { r += `${slave.slaveName}'s ${adjNoun} strain against ${his} armor.`; } else {