mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 23:23:55 +01:00
5926589c16
* removes var/ inside all procs * . * ugh
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')
|