From 753e56ba61b6c36ed6dac13e5654fd1630fdb712 Mon Sep 17 00:00:00 2001 From: quotefox <49098813+quotefox@users.noreply.github.com> Date: Sat, 28 Sep 2019 19:45:23 +0100 Subject: [PATCH] Update atoms_movable.dm fix --- code/game/atoms_movable.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/atoms_movable.dm b/code/game/atoms_movable.dm index b675d2da..cbda257f 100644 --- a/code/game/atoms_movable.dm +++ b/code/game/atoms_movable.dm @@ -80,6 +80,7 @@ // If we're pulling something then drop what we're currently pulling and pull this instead. if(pulling) if(gs==0) + stop_pulling() return FALSE // Are we trying to pull something we are already pulling? Then enter grab cycle and end. if(AM == pulling)