From cfe315a09eda2343fbee980119372734e7a4bc1b Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 18 May 2019 18:27:02 -0400 Subject: [PATCH] fixes --- src/interaction/main/toychest.js | 4 ++-- src/js/walkPastJS.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/interaction/main/toychest.js b/src/interaction/main/toychest.js index 4e05975e5a9..1e82154d406 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 ebcd24531c5..8449634dbeb 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.`; -- GitLab