fixes zombie claws on cure (#31917)

This commit is contained in:
CRUNCH
2026-04-28 23:52:30 +00:00
committed by GitHub
parent feb9c7313c
commit 773dec7759
2 changed files with 4 additions and 0 deletions
@@ -73,6 +73,7 @@
/obj/item/zombie_claw/Initialize(mapload, new_parent_spell)
. = ..()
AddComponent(/datum/component/two_handed, require_twohands = TRUE)
if(new_parent_spell)
parent_spell = new_parent_spell
RegisterSignal(parent_spell.action.owner, COMSIG_MOB_WILLINGLY_DROP, PROC_REF(dispel))