From d5ed843a04feb7b65df94fb85686f2ae95eeb233 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Thu, 4 Jul 2019 00:52:47 -0700
Subject: [PATCH] Correct some spaces

---
 src/npc/descriptions/boobs/boobs.js | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/npc/descriptions/boobs/boobs.js b/src/npc/descriptions/boobs/boobs.js
index 0e2219c712c..3113f5256e8 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)} `;
-- 
GitLab