Allows restriction of z-levels from spawning xenoarch finds

This commit is contained in:
Heroman3003
2019-04-11 09:54:25 +10:00
parent 524d20f997
commit e1fd4cc80f
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ SUBSYSTEM_DEF(xenoarch)
/datum/controller/subsystem/xenoarch/proc/SetupXenoarch()
for(var/turf/simulated/mineral/M in turfs)
if(!M.density)
if(!M.density || M.z in using_map.xenoarch_exempt_levels)
continue
if(isnull(M.geologic_data))