From d4b1633c17d3480bdc30f3b8922bfd01a22514e8 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Mon, 17 Feb 2020 22:34:18 -0800 Subject: [PATCH] Fix bellyWatch overall descriptions --- src/interaction/main/walkPast.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/interaction/main/walkPast.js b/src/interaction/main/walkPast.js index 2df985dba07..21ebc5eda18 100644 --- a/src/interaction/main/walkPast.js +++ b/src/interaction/main/walkPast.js @@ -7156,9 +7156,9 @@ window.walkPast = (function() { break; case "overalls": if (slave.boobs > (slave.belly+250)) { - t += `${slave.slaveName}'s huge breasts push out ${his} overalls so far that ${his} jiggling <<print slave.inflationType>>-filled belly is left uncovered.`; + t += `${slave.slaveName}'s huge breasts push out ${his} overalls so far that ${his} jiggling ${slave.inflationType}-filled belly is left uncovered.`; } else { - t += `${slave.slaveName}'s overalls are significantly curved by ${his} jiggling <<print slave.inflationType>>-filled belly.`; + t += `${slave.slaveName}'s overalls are significantly curved by ${his} jiggling ${slave.inflationType}-filled belly.`; } break; case "a cybersuit": @@ -7578,9 +7578,9 @@ window.walkPast = (function() { break; case "overalls": if (slave.boobs > (slave.belly+250)) { - t += `${slave.slaveName}'s large breasts push out ${his} overalls so far that ${his} <<print slave.inflationType>>-swollen belly is left uncovered.`; + t += `${slave.slaveName}'s large breasts push out ${his} overalls so far that ${his} ${slave.inflationType}-swollen belly is left uncovered.`; } else { - t += `${slave.slaveName}'s <<print slave.inflationType>>-swollen belly rounds out the front of ${his} overalls.`; + t += `${slave.slaveName}'s ${slave.inflationType}-swollen belly rounds out the front of ${his} overalls.`; } break; case "a cybersuit": -- GitLab