From 194d8b6713da28f01e2df0660234e58028a6703f Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 5 May 2019 21:02:07 -0400
Subject: [PATCH] spacing fix

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 1 +
 src/interaction/main/toychest.js             | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 29c20978f62..d3721702f0f 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -6,6 +6,7 @@ Pregmod
 	-unified cybermod with vanilla
 	-slave assignment links improved
 	-facility transfer tab added to facility assignment
+	-new slave school specializing in nulled slaves
 	-added a drug to force erections
 	-aphrodisiacs counter erectile dysfunction
 	-added birth tracking tattoo
diff --git a/src/interaction/main/toychest.js b/src/interaction/main/toychest.js
index 630270256b0..20b303aff65 100644
--- a/src/interaction/main/toychest.js
+++ b/src/interaction/main/toychest.js
@@ -26,7 +26,7 @@ App.Interact.ToyChest = function(slave) {
 		}
 	} else if (slave.devotion > 50) {
 		if (slave.toyHole === "mouth") {
-			r += `has positioned ${himself} nearby with ${his} mouth conveniently`;
+			r += `has positioned ${himself} nearby with ${his} mouth conveniently `;
 			if (V.PC.dick) {
 				r += `at cock level`;
 			} else {
-- 
GitLab