diff --git a/code/modules/overmap/OM sound.dm b/code/modules/overmap/OM_sound.dm similarity index 100% rename from code/modules/overmap/OM sound.dm rename to code/modules/overmap/OM_sound.dm diff --git a/code/modules/overmap/ships/ship.dm b/code/modules/overmap/ships/ship.dm index e563f4524c9..92523587574 100644 --- a/code/modules/overmap/ships/ship.dm +++ b/code/modules/overmap/ships/ship.dm @@ -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() diff --git a/vorestation.dme b/vorestation.dme index 8d392b0b12c..404569ab1a0 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -3310,7 +3310,7 @@ #include "code\modules\overmap\bluespace_rift_vr.dm" #include "code\modules\overmap\champagne.dm" #include "code\modules\overmap\helpers.dm" -#include "code\modules\overmap\OM sound.dm" +#include "code\modules\overmap\OM_sound.dm" #include "code\modules\overmap\overmap_object.dm" #include "code\modules\overmap\overmap_planet.dm" #include "code\modules\overmap\overmap_shuttle.dm"