diff --git a/code/game/objects/structures/lavaland/necropolis_tendril.dm b/code/game/objects/structures/lavaland/necropolis_tendril.dm index 4bf4f1d81ce..a2e0c09600b 100644 --- a/code/game/objects/structures/lavaland/necropolis_tendril.dm +++ b/code/game/objects/structures/lavaland/necropolis_tendril.dm @@ -44,6 +44,7 @@ GLOBAL_LIST_EMPTY(tendrils) return ..() /obj/structure/spawner/lavaland/attacked_by(obj/item/attacker, mob/living/user) + . = ..() SEND_SIGNAL(src, COMSIG_SPAWNER_SET_TARGET, user) /obj/structure/spawner/lavaland/bullet_act(obj/item/projectile/P)