diff --git a/src/npc/descriptions/boobs/boobs.js b/src/npc/descriptions/boobs/boobs.js index e11f9a64526b66ffbd6fc4516a8e1e9084ef34cc..e4797f9324e7d271aa30b89bb097a8cbcf122cf8 100644 --- a/src/npc/descriptions/boobs/boobs.js +++ b/src/npc/descriptions/boobs/boobs.js @@ -743,7 +743,7 @@ App.Desc.boobs = function() { } else if (slave.boobs > 800) { r += `${slave.slaveName}'s ${adjNoun} create a noticeable swell at the front of ${his} ultra-heavy armor.`; } else { - r += `${slave.slaveName}'s chest appears perfectly flat beneath ${his} ultra-heavy Imperial armor. ${slave.boobs < 300 ? `${His} ${App.Desc.boobBits.adjective(slave.boobs)} You can't even notice ${his} breasts, elegantly concealed by the massive plating.` : ''}`; + r += `${slave.slaveName}'s chest appears perfectly flat beneath ${his} ultra-heavy Imperial armor. ${slave.boobs > 300 ? `You can't even notice ${his} breasts, elegantly concealed by the massive plating.` : ''}`; } break; case "a dirndl":