From d17cd10389bd4e90837a801e8d3e5ff9c18a2f15 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 14 Mar 2021 17:41:44 -0700
Subject: [PATCH] add missing space

---
 src/interaction/main/toychest.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interaction/main/toychest.js b/src/interaction/main/toychest.js
index 407e3398380..bd1b307b1e3 100644
--- a/src/interaction/main/toychest.js
+++ b/src/interaction/main/toychest.js
@@ -158,7 +158,7 @@ App.Interact.ToyChest = function(slave) {
 			case "attractive lingerie for a pregnant woman":
 				r += `${His} breasts gently spill out of ${his} slightly too small top.`;
 				if (slave.lactation) {
-					r += `${His} leaking nipples have rendered ${his} top see-through.`;
+					r += ` ${His} leaking nipples have rendered ${his} top see-through.`;
 				}
 				break;
 			case "a maternity dress":
-- 
GitLab