Xenochimer Component application bugfix (#17983)

* xenochi hotfix

Fixes an issue where when xenochimera was applied midround and nothing updated their DNA, they couldn't revive

* here insteead
This commit is contained in:
Cameron Lennox
2025-07-09 22:47:46 -07:00
committed by GitHub
parent eeb07a837d
commit 9db09b0fd2
@@ -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)