Fixes greimorian workers making greimorians out of dead greimorians. (#20084)

Greimorians are no longer the ultimate lifeform and have lost their
mastery over recycling.

This will help with greimorian offsites/odysseys/any time it's not
intended for them to balloon into a singularity.
This commit is contained in:
Snowy1237
2024-10-20 11:22:12 +00:00
committed by GitHub
parent 9a7cdfee6b
commit e1af66e523
2 changed files with 59 additions and 1 deletions
@@ -247,7 +247,7 @@
if(!busy && prob(30))
//first, check for potential food nearby to cocoon
for(var/mob/living/C in view(src, world.view))
if(C.stat)
if(C.stat && !istype(C, /mob/living/simple_animal/hostile/giant_spider))
cocoon_target = C
busy = MOVING_TO_TARGET
GLOB.move_manager.move_to(src, C, 1, move_to_delay)