How about we only check the living?

This commit is contained in:
Ghommie
2019-11-02 20:46:33 +01:00
parent f4587b4260
commit 2653a2965d
+2 -2
View File
@@ -104,8 +104,8 @@
//Try to go to populated areas
var/list/pop_areas = list()
for(var/M in GLOB.player_list)
var/area/A = get_area(M)
for(var/mob/living/L in GLOB.player_list)
var/area/A = get_area(L)
pop_areas += A
var/list/targets = list()