fix melee attacks not working with tendrils (#30454)

This commit is contained in:
warriorstar-orion
2025-09-24 17:57:55 +00:00
committed by GitHub
parent f87302b14b
commit 568a6681b7
@@ -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)