mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
7 lines
290 B
Plaintext
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')
|