From a85d21dba01aee31b54e6c56917fa245b1fb4623 Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Tue, 25 Aug 2026 04:52:03 +0000 Subject: [PATCH] fix barricades not returning a qdel hint (#32411) --- code/game/machinery/deployable.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/deployable.dm b/code/game/machinery/deployable.dm index 0d0eddbaeb7..0a8504743a9 100644 --- a/code/game/machinery/deployable.dm +++ b/code/game/machinery/deployable.dm @@ -134,7 +134,7 @@ /obj/structure/barricade/wooden/Destroy() de_barricade() - ..() + . = ..() /obj/structure/barricade/wooden/crowbar_act(mob/living/user, obj/item/I) . = TRUE