Allows restriction of Z-levels for xenoarch spawning

This commit is contained in:
Heroman3003
2019-04-11 09:55:06 +10:00
parent b47e60a86e
commit 95b2c63b85
6 changed files with 17 additions and 11 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) //VOREStation Edit: exclude some Z-levels from xenoarch spawns
continue
if(isnull(M.geologic_data))