mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
Allows restriction of z-levels from spawning xenoarch finds
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user