diff --git a/src/npc/descriptions/boobs/boobs.js b/src/npc/descriptions/boobs/boobs.js index 0e2219c712c1bb4b74984524f9d6c3d8d4a98726..3113f5256e8e738c87acd09f56e4faf5322d65c4 100644 --- a/src/npc/descriptions/boobs/boobs.js +++ b/src/npc/descriptions/boobs/boobs.js @@ -944,22 +944,22 @@ App.Desc.boobs = function() { r += ' "Reach Around" '; break; case "boobs": - r += " Your Hands Here"; + r += ' "Your Hands Here" '; break; case "sadist": - r += " Taste the Pain"; + r += ' "Taste the Pain" '; break; case "masochist": - r += " Be Rough"; + r += ' "Be Rough" '; break; case "dom": - r += " Queen Bitch"; + r += ' "Queen Bitch" '; break; case "pregnancy": - r += " Milk Me"; + r += ' "Milk Me" '; break; case "mindbroken": - r += " Free Slut"; + r += ' "Free Slut" '; break; default: r += ` ${App.Desc.inscrip(slave)} `;