From 5a1012d78e01877971334e36b996a01d6baf56ef Mon Sep 17 00:00:00 2001 From: RandomNecromancer <22200-RandomNecro@users.noreply.gitgud.io> Date: Sun, 13 Aug 2023 22:13:58 +0000 Subject: [PATCH] Add missing space --- src/interaction/main/walkPast.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interaction/main/walkPast.js b/src/interaction/main/walkPast.js index 72a9c946a79..88701507d46 100644 --- a/src/interaction/main/walkPast.js +++ b/src/interaction/main/walkPast.js @@ -1920,7 +1920,7 @@ globalThis.walkPast = (function() { } else if (!canWalk(slave)) { if (canMove(slave)) { if (slave.rules.mobility === "permissive") { - t += `wheels past your desk on ${his} way to`; + t += `wheels past your desk on ${his} way to `; } else { t += `crawls past your desk on `; if (hasBothArms(slave) && hasBothLegs(slave)) { -- GitLab