Skip to content

Commit

Permalink
Update code/game/machinery/doors/blast_door.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Fluffy <[email protected]>
Signed-off-by: hazelrat <[email protected]>
  • Loading branch information
hazelrat and FluffyGhoster authored Oct 4, 2024
1 parent c07efd3 commit de6fffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/doors/blast_door.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de6fffb

Please sign in to comment.