diff --git a/src/interaction/main/toychest.js b/src/interaction/main/toychest.js
index 4e05975e5a9cf581bd6f7d15ff4795fe67575963..1e82154d406c0125db4b8dc8c453ffe1c964aa63 100644
--- a/src/interaction/main/toychest.js
+++ b/src/interaction/main/toychest.js
@@ -28,9 +28,9 @@ App.Interact.ToyChest = function(slave) {
 		if (slave.toyHole === "mouth") {
 			r += `has positioned ${himself} nearby with ${his} mouth conveniently `;
 			if (V.PC.dick) {
-				r += `at cock level`;
+				r += `at cock level. `;
 			} else {
-				r += `level with your pussy`;
+				r += `level with your pussy. `;
 			}
 		} else if (slave.toyHole === "boobs") {
 			r += `is kneeling nearby with ${his} chest thrust out as far as it will go. `;
diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js
index ebcd24531c51ea03a8ff7a471abe483eb16db165..8449634dbeb4bea2fb66a102f8ea4cf16919b235 100644
--- a/src/js/walkPastJS.js
+++ b/src/js/walkPastJS.js
@@ -2073,7 +2073,7 @@ window.boobWatch = function(slave) {
 		case "leather pants":
 		case "jeans":
 		case "sport shorts":
-			t += `Since ${he}'s wearing nothing but ${slave.clothing}, ${his} ${(slave.boobs < 300) ? 'non-existent ' : ''}breasts are delightfully naked.`;
+			t += `Since ${he}'s wearing nothing but ${slave.clothes}, ${his} ${(slave.boobs < 300) ? 'non-existent ' : ''}breasts are delightfully naked.`;
 			break;
 		case "a hijab and blouse":
 			t += `${His} blouse and overshirt keep ${his} ${breasts} concealed.`;