From 94af7bbf919214e6c6b9be3a2cab3019d649419f Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 7 Jan 2024 12:36:42 -0500
Subject: [PATCH] Remove stray quote marks

---
 src/facilities/brothel/brothelAssignmentScene.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/facilities/brothel/brothelAssignmentScene.js b/src/facilities/brothel/brothelAssignmentScene.js
index 0a17b64aedc..102f96c9e5a 100644
--- a/src/facilities/brothel/brothelAssignmentScene.js
+++ b/src/facilities/brothel/brothelAssignmentScene.js
@@ -161,10 +161,10 @@ App.Facilities.Brothel.assignmentScene = function(slave) {
 						}
 						break;
 					case "dom":
-						r.push(Spoken(slave, `"I heard from the other slaves that some citizens bring their girls there. Just to make them take it from a whore."`));
+						r.push(Spoken(slave, `I heard from the other slaves that some citizens bring their girls there. Just to make them take it from a whore."`));
 						break;
 					case "sadist":
-						r.push(Spoken(slave, `"I heard from the other slaves that some citizens bring their girls there. Because nobody knows how to hurt a bitch like a whore does." ${He} shivers.`));
+						r.push(Spoken(slave, `I heard from the other slaves that some citizens bring their girls there. Because nobody knows how to hurt a bitch like a whore does." ${He} shivers.`));
 				}
 			} else {
 				switch (slave.fetish) {
-- 
GitLab