mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Update xenoarch.dm
This commit is contained in:
@@ -31,11 +31,7 @@ SUBSYSTEM_DEF(xenoarch)
|
|||||||
|
|
||||||
/datum/controller/subsystem/xenoarch/proc/SetupXenoarch()
|
/datum/controller/subsystem/xenoarch/proc/SetupXenoarch()
|
||||||
for(var/turf/simulated/mineral/M in turfs)
|
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)
|
if(!M.density || M.z in using_map.xenoarch_exempt_levels)
|
||||||
>>>>>>> f952b8a... Merge pull request #6065 from Heroman3003/xenoarchening
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if(isnull(M.geologic_data))
|
if(isnull(M.geologic_data))
|
||||||
|
|||||||
Reference in New Issue
Block a user