diff --git a/code/modules/client/preference_setup/vore/04_resleeving.dm b/code/modules/client/preference_setup/vore/04_resleeving.dm index fc1b059f5e7..93f105195cd 100644 --- a/code/modules/client/preference_setup/vore/04_resleeving.dm +++ b/code/modules/client/preference_setup/vore/04_resleeving.dm @@ -24,6 +24,8 @@ /datum/category_item/player_setup_item/vore/resleeve/copy_to_mob(var/mob/living/carbon/human/character) if(character && !istype(character,/mob/living/carbon/human/dummy)) spawn(50) + if(deleted(character) || deleted(pref)) + return // They might have been deleted during the wait if(pref.resleeve_scan) var/datum/transhuman/body_record/BR = new() //Clearly related to size. BR.init_from_mob(character, pref.resleeve_scan, pref.resleeve_lock)