More new sounds and fixes equip sounds (#9464)

This commit is contained in:
Wowzewow (Wezzy)
2020-08-12 11:17:39 +02:00
committed by GitHub
parent f07baca057
commit 7114d3525f
287 changed files with 781 additions and 612 deletions
@@ -131,7 +131,7 @@
if(!panel_open)
to_chat(user, SPAN_WARNING("Open the maintenance panel first."))
return
playsound(get_turf(src), 'sound/items/Crowbar.ogg', 50, 1)
playsound(get_turf(src), W.usesound, 50, 1)
to_chat(user, SPAN_NOTICE("You disassemble \the [src]!"))
for(var/atom/movable/A in component_parts)
@@ -139,4 +139,4 @@
new /obj/machinery/constructable_frame/machine_frame(get_turf(src))
qdel(src)
return
..()
..()