[MIRROR] Xenochimer Component application bugfix (#11166)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-10 20:32:16 +02:00
committed by GitHub
co-authored by Cameron Lennox
parent 9afe0aa023
commit 29226d73eb
@@ -19,6 +19,8 @@
owner = parent
RegisterSignal(owner, COMSIG_XENOCHIMERA_COMPONENT, PROC_REF(handle_comp))
RegisterSignal(owner, COMSIG_HUMAN_DNA_FINALIZED, PROC_REF(handle_record))
if(owner.dna)
handle_record()
add_verb(owner, /mob/living/carbon/human/proc/reconstitute_form)
/datum/component/xenochimera/Destroy(force)