From 07ee173fe66d07fb3762b61e1402bf290cb6cae2 Mon Sep 17 00:00:00 2001 From: Cameron Lennox Date: Wed, 4 Feb 2026 19:03:48 -0500 Subject: [PATCH] Allows vox to come back if dead (#19128) Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- code/modules/mob/living/carbon/human/species/outsider/vox.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/outsider/vox.dm b/code/modules/mob/living/carbon/human/species/outsider/vox.dm index ca61a3f6c0f..7290b2eb3d1 100644 --- a/code/modules/mob/living/carbon/human/species/outsider/vox.dm +++ b/code/modules/mob/living/carbon/human/species/outsider/vox.dm @@ -48,7 +48,7 @@ ideal_air_type = /datum/gas_mixture/belly_air/vox siemens_coefficient = 0.2 - flags = NO_DNA | NO_SLEEVE | NO_DEFIB + flags = NO_DNA | NO_SLEEVE spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED | SPECIES_WHITELIST_SELECTABLE appearance_flags = HAS_EYE_COLOR | HAS_HAIR_COLOR | HAS_SKIN_COLOR