No more zombie arms

This commit is contained in:
dovydas12345
2018-10-27 20:20:51 +03:00
parent b60f8fa190
commit 52457ebdf6
+1 -1
View File
@@ -5,7 +5,7 @@
return
if(!AM || !isturf(AM.loc)) //if there's no object or the object being pulled is inside something: abort!
return
if(!(AM.anchored))
if(!(AM.anchored) && !usr.incapacitated())
AM.add_fingerprint(src)
// If we're pulling something then drop what we're currently pulling and pull this instead.