From de6fffba6c64178152ea44e7d385d4de77fd632f Mon Sep 17 00:00:00 2001 From: hazelrat <83198434+hazelrat@users.noreply.github.com> Date: Fri, 4 Oct 2024 06:19:20 +0100 Subject: [PATCH] Update code/game/machinery/doors/blast_door.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Signed-off-by: hazelrat <83198434+hazelrat@users.noreply.github.com> --- code/game/machinery/doors/blast_door.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/doors/blast_door.dm b/code/game/machinery/doors/blast_door.dm index b10b723b963..1f30f83b627 100644 --- a/code/game/machinery/doors/blast_door.dm +++ b/code/game/machinery/doors/blast_door.dm @@ -266,7 +266,7 @@ else welding = FALSE qdel(src) - playsound(src, 'sound/items/Welder.ogg', 10, 1) + playsound(src, 'sound/items/Welder.ogg', 10, TRUE) user.visible_message(SPAN_WARNING("\The [src] were cut apart by \the [user]!"), SPAN_NOTICE("You slice straight through \the [src], opening the way!")) new /obj/item/stack/rods(src.loc) break