mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Merge pull request #8206 from Cyantime/patch-2
Reduces gravgen alarm volume
This commit is contained in:
@@ -393,9 +393,8 @@ GLOBAL_LIST_EMPTY(gravity_generators)
|
||||
if(!(M.z in levels))
|
||||
continue
|
||||
M.update_gravity(M.mob_has_gravity())
|
||||
if(M.client)
|
||||
shake_camera(M, 15, 1)
|
||||
M.playsound_local(src, null, 100, 1, 0.5, S = alert_sound)
|
||||
shake_camera(M, 15, 1)
|
||||
M.playsound_local(src, null, 50, 1, 0.5, S = alert_sound)
|
||||
|
||||
/obj/machinery/gravity_generator/main/proc/gravity_in_level()
|
||||
var/my_z = get_z(src)
|
||||
|
||||
Reference in New Issue
Block a user