Removes MORE hardcoded zlevel numbers (#13882)

This commit is contained in:
AffectedArc07
2020-07-21 03:29:56 -06:00
committed by GitHub
parent 82283ff5e9
commit bd27e9f897
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
for(var/mob/living/simple_animal/L in GLOB.alive_mob_list)
var/turf/T = get_turf(L)
if (T.z != 1)
if (!is_station_level(T.z))
continue
if(!(L in GLOB.player_list) && !L.mind && (L.sentience_type == sentience_type))
potential += L