mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +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:
@@ -224,7 +224,7 @@
|
||||
for(var/mob/living/carbon/human/H in GLOB.human_mob_list)
|
||||
if(AreConnectedZLevels(H.z, z))
|
||||
to_chat(H, SPAN_WARNING("The flooring below you vibrates a little as shells fly by the hull of the ship!"))
|
||||
H.playsound_simple(null, 'sound/effects/explosionfar.ogg', 25)
|
||||
H.playsound_local(null, 'sound/effects/explosionfar.ogg', 25)
|
||||
shake_camera(H, 2, 2)
|
||||
..()
|
||||
if(ammo.touch_map_edge(z))
|
||||
|
||||
Reference in New Issue
Block a user