Update atoms_movable.dm

fix
This commit is contained in:
quotefox
2019-09-28 19:45:23 +01:00
committed by GitHub
parent 5769a88a86
commit 753e56ba61
+1
View File
@@ -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)