From cfc5287e85d8268ff2941c02c6d597b3bbae6f2d Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 30 Jul 2023 22:31:58 +0200 Subject: [PATCH] [MIRROR] Fixes a bug with pAI leashing [MDB IGNORE] (#22782) Fixes a bug with pAI leashing Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com> --- code/datums/components/leash.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/components/leash.dm b/code/datums/components/leash.dm index ac8bc271cfe..d04a482dbf6 100644 --- a/code/datums/components/leash.dm +++ b/code/datums/components/leash.dm @@ -138,6 +138,7 @@ if (!movable_parent.Move(to_move)) force_teleport_back("bad path step") + performing_path_move = FALSE return if (get_dist(parent, owner) > distance)