mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Updated the sound system (#18724)
* sdaf * sdaf * sdfa * sadf * sfda * gfd * reduce thrusters volume * sdafsadsdaf * sdfa * Reduced some sound ranges and made some/more not ignore walls for loops * health analyzers too * ivdrip adjustment * most tools now use play_tool_sound to have the sound played, reduced range for it
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
/obj/machinery/power/supermatter/Initialize()
|
||||
. = ..()
|
||||
radio = new /obj/item/device/radio{channels=list("Engineering")}(src)
|
||||
soundloop = new(list(src), TRUE)
|
||||
soundloop = new(src, TRUE)
|
||||
|
||||
/obj/machinery/power/supermatter/Destroy()
|
||||
QDEL_NULL(radio)
|
||||
|
||||
Reference in New Issue
Block a user