From 1fdab374574e4f2beba96ea37490485ee814932a Mon Sep 17 00:00:00 2001 From: MistakeNot4892 Date: Thu, 27 Jul 2023 07:08:26 +1000 Subject: [PATCH] Vox are defibbable. --- 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 15cc100be5..49043b97ab 100644 --- a/code/modules/mob/living/carbon/human/species/outsider/vox.dm +++ b/code/modules/mob/living/carbon/human/species/outsider/vox.dm @@ -57,7 +57,7 @@ poison_type = "oxygen" siemens_coefficient = 0.2 - flags = NO_SCAN | NO_DEFIB + flags = NO_SCAN spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED appearance_flags = HAS_SKIN_COLOR | HAS_EYE_COLOR | HAS_HAIR_COLOR limb_blend = ICON_MULTIPLY