diff --git a/code/game/objects/buckling.dm b/code/game/objects/buckling.dm index 544c3a2605d..e3c14ff459c 100644 --- a/code/game/objects/buckling.dm +++ b/code/game/objects/buckling.dm @@ -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)