diff --git a/src/npc/descriptions/boobs/boobsShape.js b/src/npc/descriptions/boobs/boobsShape.js index dfcd796f69929a4805aec0f4bc6b00fd7895a517..171ad16649f16f0e5e46270062eda3a229300f4c 100644 --- a/src/npc/descriptions/boobs/boobsShape.js +++ b/src/npc/descriptions/boobs/boobsShape.js @@ -67,7 +67,7 @@ App.Desc.boobsShape = function(slave) { } else { r.push(`${He} has ${slave.boobsImplant} cc breast implants. ${His} implants are well done, but ${his} breasts are so rounded and high that they are clearly artificial.`); } - } else if (slave.boobsImplant > 0 && slave.boobsImplant > 600) { + } else if (slave.boobsImplant > 600) { r.push(`${He} has ${slave.boobsImplant} cc`); if (slave.boobsImplant / slave.boobs >= 0.75) { r.push(`${implantType} implants. They are extremely obvious; with little natural breast tissue to support them, they look like a pair of balloons attached to ${his} chest.`);