diff --git a/src/npc/descriptions/boobs/boobs.js b/src/npc/descriptions/boobs/boobs.js index d2db6833e631ddf22f3d3876c7574ccd81965e8e..0b77e71508aeef9f363ea404547c4ac9515edf3e 100644 --- a/src/npc/descriptions/boobs/boobs.js +++ b/src/npc/descriptions/boobs/boobs.js @@ -710,7 +710,7 @@ App.Desc.boobs = function() { } else if (slave.boobs > 800) { r += `${slave.slaveName}'s ${adjNoun} strain against ${his} tailored shirt and tunic.`; } else { - r += `${slave.slaveName} cuts a dashing figure in ${his} tunic. ${slave.boobs < 300 ? `${His} ${App.Desc.boobBits.adjective(slave.boobs)}` : ''} breasts are barely there.`; + r += `${slave.slaveName} cuts a dashing figure in ${his} tunic. ${slave.boobs < 300 ? `${His} ${App.Desc.boobBits.adjective(slave.boobs)} breasts are barely there.` : ''}`; } break; case "a long qipao": @@ -723,7 +723,7 @@ App.Desc.boobs = function() { } else if (slave.boobs > 800) { r += `${slave.slaveName}'s ${adjNoun} strain against ${his} dress.`; } else { - r += `${slave.slaveName} cuts a dashing figure in ${his} dress. ${slave.boobs < 300 ? `${His} ${App.Desc.boobBits.adjective(slave.boobs)}` : ''} breasts are barely there.`; + r += `${slave.slaveName} cuts a dashing figure in ${his} dress. ${slave.boobs < 300 ? `${His} ${App.Desc.boobBits.adjective(slave.boobs)} breasts are barely there.` : ''}`; } break; case "battlearmor": @@ -736,7 +736,7 @@ App.Desc.boobs = function() { } else if (slave.boobs > 800) { r += `${slave.slaveName}'s ${adjNoun} strain against ${his} armor.`; } else { - r += `${slave.slaveName} cuts a dashing figure in ${his} armor. ${slave.boobs < 300 ? `${His} ${App.Desc.boobBits.adjective(slave.boobs)}` : ''} breasts are barely there.`; + r += `${slave.slaveName} cuts a dashing figure in ${his} armor. ${slave.boobs < 300 ? `${His} ${App.Desc.boobBits.adjective(slave.boobs)} breasts are barely there.` : ''}`; } break; case "a dirndl": @@ -749,7 +749,7 @@ App.Desc.boobs = function() { } else if (slave.boobs > 800) { r += `${slave.slaveName}'s ${adjNoun} strain against ${his} dress.`; } else { - r += `${slave.slaveName} cuts a dashing figure in ${his} dress. ${slave.boobs < 300 ? `${His} ${App.Desc.boobBits.adjective(slave.boobs)}` : ''} breasts are barely there.`; + r += `${slave.slaveName} cuts a dashing figure in ${his} dress. ${slave.boobs < 300 ? `${His} ${App.Desc.boobBits.adjective(slave.boobs)} breasts are barely there.` : ''}`; } break; case "a biyelgee costume": @@ -762,7 +762,7 @@ App.Desc.boobs = function() { } else if (slave.boobs > 800) { r += `${slave.slaveName}'s ${adjNoun} strain against ${his} dress.`; } else { - r += `${slave.slaveName} cuts a dashing figure in ${his} dress. ${slave.boobs < 300 ? `${His} ${App.Desc.boobBits.adjective(slave.boobs)}` : ''} breasts are barely there.`; + r += `${slave.slaveName} cuts a dashing figure in ${his} dress. ${slave.boobs < 300 ? `${His} ${App.Desc.boobBits.adjective(slave.boobs)} breasts are barely there.` : ''}`; } break; case "a nice nurse outfit":