From 6cffcac0daaee4e73bc60c75c5618e10f4d6fb20 Mon Sep 17 00:00:00 2001 From: Shadow Date: Thu, 29 Aug 2019 18:04:32 -0500 Subject: [PATCH] the anchorening --- .../living/simple_animal/hostile/mining/necropolis_tendril.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/mining/necropolis_tendril.dm b/code/modules/mob/living/simple_animal/hostile/mining/necropolis_tendril.dm index 1868cb00d9c..e910bac7ca3 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining/necropolis_tendril.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining/necropolis_tendril.dm @@ -18,6 +18,7 @@ minbodytemp = 0 maxbodytemp = INFINITY move_resist = INFINITY + anchored = TRUE loot = list(/obj/effect/collapse, /obj/structure/closet/crate/necropolis/tendril) del_on_death = 1 var/gps = null