Remove if on grabbed_by (never null)

This commit is contained in:
mochi
2020-06-26 13:38:46 +02:00
parent 230bde11c3
commit fa1eb254cd
+2 -3
View File
@@ -66,9 +66,8 @@
if(buckle_prevents_pull)
M.pulledby.stop_pulling()
if(M.grabbed_by)
for(var/obj/item/grab/G in M.grabbed_by)
qdel(G)
for(var/obj/item/grab/G in M.grabbed_by)
qdel(G)
if(!check_loc && M.loc != loc)
M.forceMove(loc)