mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Requested changes
This commit is contained in:
@@ -138,10 +138,10 @@
|
||||
if(last_sound + sound_cooldown >= world.time)
|
||||
return
|
||||
//VOREStation Add Start
|
||||
last_sound = world.time
|
||||
for(var/mob/potential_mob as anything in player_list)
|
||||
if(potential_mob.z in map_z)
|
||||
SEND_SOUND(potential_mob, 'sound/ambience/shutdown.ogg')
|
||||
last_sound = world.time
|
||||
//VOREStation Add End
|
||||
|
||||
// If it started moving
|
||||
@@ -153,10 +153,10 @@
|
||||
if(last_sound + sound_cooldown >= world.time)
|
||||
return
|
||||
//VOREStation Add Start
|
||||
last_sound = world.time
|
||||
for(var/mob/potential_mob as anything in player_list)
|
||||
if(potential_mob.z in map_z)
|
||||
SEND_SOUND(potential_mob, 'sound/ambience/startup.ogg')
|
||||
last_sound = world.time
|
||||
//VOREStation Add End
|
||||
|
||||
/obj/effect/overmap/visitable/ship/proc/get_brake_path()
|
||||
|
||||
Reference in New Issue
Block a user