Fixes Warning Spam for Mob Transitions and Roundstart Spawning

This commit is contained in:
Fox McCloud
2019-05-03 23:08:36 -04:00
parent 3c4f56ecdb
commit 9b00e11628
3 changed files with 8 additions and 8 deletions
@@ -412,7 +412,7 @@
toggle_ai(AI_Z_OFF)
return
var/cheap_search = isturf(T) && !(T.z == 1) // The original check for SSmapping's station z level trait, unfortunately it isn't here.
var/cheap_search = isturf(T) && !is_station_level(T.z)
if(cheap_search)
tlist = ListTargetsLazy(T.z)
else