From 8e2d8fd9fe6063858e3cc801bda045f0ea3c00b9 Mon Sep 17 00:00:00 2001 From: Tlaltecuhtli <33834933+Tlaltecuhtli@users.noreply.github.com> Date: Sun, 14 Jan 2018 22:41:42 +0100 Subject: [PATCH] sfds (#34392) --- .../simple_animal/hostile/mining_mobs/necropolis_tendril.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/hostile/mining_mobs/necropolis_tendril.dm b/code/modules/mob/living/simple_animal/hostile/mining_mobs/necropolis_tendril.dm index f03cc476fc9..118f0e1e695 100644 --- a/code/modules/mob/living/simple_animal/hostile/mining_mobs/necropolis_tendril.dm +++ b/code/modules/mob/living/simple_animal/hostile/mining_mobs/necropolis_tendril.dm @@ -71,7 +71,7 @@ /obj/effect/collapse name = "collapsing necropolis tendril" desc = "Get clear!" - layer = BELOW_OBJ_LAYER + layer = TABLE_LAYER icon = 'icons/mob/nest.dmi' icon_state = "tendril" anchored = TRUE