mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Adds spawnpoints for space ninja on IceMeta for when it rolls (#22096)
* bug * removes map stuff
This commit is contained in:
@@ -42,6 +42,13 @@ Contents:
|
|||||||
for(var/obj/effect/landmark/carpspawn/L in GLOB.landmarks_list)
|
for(var/obj/effect/landmark/carpspawn/L in GLOB.landmarks_list)
|
||||||
if(isturf(L.loc))
|
if(isturf(L.loc))
|
||||||
spawn_locs += L.loc
|
spawn_locs += L.loc
|
||||||
|
|
||||||
|
for(var/X in GLOB.xeno_spawn)
|
||||||
|
var/turf/T = X
|
||||||
|
var/light_amount = T.get_lumcount()
|
||||||
|
if(light_amount < SHADOW_SPECIES_DIM_LIGHT)
|
||||||
|
spawn_locs += T
|
||||||
|
|
||||||
if(!spawn_locs.len)
|
if(!spawn_locs.len)
|
||||||
return kill()
|
return kill()
|
||||||
spawn_loc = pick(spawn_locs)
|
spawn_loc = pick(spawn_locs)
|
||||||
|
|||||||
Reference in New Issue
Block a user