Oh yea it won't work otherwise.

This commit is contained in:
Ghommie
2019-11-03 18:16:19 +01:00
parent 4b667743b9
commit efbcce023a
2 changed files with 3 additions and 3 deletions
@@ -145,7 +145,7 @@
hearers += owner
/obj/item/dullahan_relay/proc/unlist_head(datum/source, noheal, list/excluded_limbs)
excluded_limbs += BODY_ZONE_HEAD // So we don't gib when regenerating limbs.
excluded_limbs |= BODY_ZONE_HEAD // So we don't gib when regenerating limbs.
/obj/item/dullahan_relay/process()
if(!istype(loc, /obj/item/bodypart/head) || QDELETED(owner))