mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Fixes Warning Spam for Mob Transitions and Roundstart Spawning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user