mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
7 lines
291 B
Plaintext
7 lines
291 B
Plaintext
/obj/effect/overmap/visitable/sector/Crossed(obj/effect/overmap/visitable/ship/enterer)
|
|
. = ..()
|
|
if(istype(enterer))
|
|
for(var/mob/potential_mob as anything in GLOB.player_list)
|
|
if(potential_mob.z in enterer.map_z)
|
|
SEND_SOUND(potential_mob, 'sound/ambience/approaching_planet.ogg')
|