Skip to content
Snippets Groups Projects
Commit 94af7bbf authored by svornost's avatar svornost
Browse files

Remove stray quote marks

parent 0637dae7
No related branches found
No related tags found
1 merge request!11656Fixes
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment