mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
More new sounds and fixes equip sounds (#9464)
This commit is contained in:
@@ -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
|
||||
..()
|
||||
..()
|
||||
|
||||
@@ -200,7 +200,7 @@
|
||||
return
|
||||
|
||||
to_chat(user, SPAN_NOTICE("You begin repairing the damage to \the [src]..."))
|
||||
playsound(get_turf(src), 'sound/items/Welder.ogg', 100, 1)
|
||||
playsound(get_turf(src), 'sound/items/welder.ogg', 100, 1)
|
||||
if(WT.remove_fuel(round(damage / 75)) && do_after(user, damage / 10))
|
||||
damage = 0
|
||||
to_chat(user, SPAN_NOTICE("You fully repair \the [src]."))
|
||||
|
||||
Reference in New Issue
Block a user