Files
CHOMPStation2/code/modules/overmap/OM_sound.dm
Chompstation Bot 60de9a473c Stellar Delight!
2021-10-30 13:34:04 +00:00

7 lines
290 B
Plaintext

/obj/effect/overmap/visitable/sector/Crossed(var/obj/effect/overmap/visitable/ship/enterer)
. = ..()
if(istype(enterer))
for(var/mob/potential_mob as anything in player_list)
if(potential_mob.z in enterer.map_z)
SEND_SOUND(potential_mob, 'sound/ambience/approaching_planet.ogg')