From d27ec2c4f2bbf3d11bbe0c66cbc48b70568823e9 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Sat, 1 Apr 2017 11:16:33 -0400 Subject: [PATCH] Fixes lattice New qdeletion (#25724) * Fixes lattice New qdeletion * You mean your clocks don't you... * Blech --- code/game/objects/structures/lattice.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/lattice.dm b/code/game/objects/structures/lattice.dm index 7b4d3f62699..e90f387a8d9 100644 --- a/code/game/objects/structures/lattice.dm +++ b/code/game/objects/structures/lattice.dm @@ -21,7 +21,7 @@ ..() for(var/obj/structure/lattice/LAT in loc) if(LAT != src) - qdel(LAT) + QDEL_IN(LAT, 0) /obj/structure/lattice/blob_act(obj/structure/blob/B) return