Allows restriction of z-levels from spawning xenoarch finds

This commit is contained in:
Neerti
2019-04-14 02:29:17 -04:00
committed by VirgoBot
parent 47dac87f75
commit 49628739b2
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -31,7 +31,11 @@ SUBSYSTEM_DEF(xenoarch)
/datum/controller/subsystem/xenoarch/proc/SetupXenoarch()
for(var/turf/simulated/mineral/M in turfs)
<<<<<<< HEAD
if(!M.density || M.z in using_map.xenoarch_exempt_levels) //VOREStation Edit: exclude some Z-levels from xenoarch spawns
=======
if(!M.density || M.z in using_map.xenoarch_exempt_levels)
>>>>>>> f952b8a... Merge pull request #6065 from Heroman3003/xenoarchening
continue
if(isnull(M.geologic_data))