mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user