mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user