mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] var/global/list -> GLOB. conversion (#11193)
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6f8cbcf612
commit
2c9453b5c3
@@ -43,7 +43,7 @@
|
||||
// Now for sounds.
|
||||
playsound(T, "explosion", 75, 1) // Local sound.
|
||||
|
||||
for(var/mob/M in player_list) // For everyone else.
|
||||
for(var/mob/M in GLOB.player_list) // For everyone else.
|
||||
if(M.z == T.z && get_dist(M, T) > world.view && !M.ear_deaf && !istype(M.loc,/turf/space))
|
||||
M << 'sound/effects/explosionfar.ogg'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user