From ce7d249df98f1b02a673de2af77f941f68398f70 Mon Sep 17 00:00:00 2001 From: Theos Date: Fri, 5 Jan 2024 11:24:47 -0500 Subject: [PATCH] Adds missing vox mob spawner (#2625) ## About The Pull Request they didn't have one ## Why It's Good For The Game Vox synthesizer ## Changelog :cl: rscadd: admins can now spawn vox more efficiently /:cl: Signed-off-by: Theos --- code/modules/mob/living/carbon/human/human.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 7f8ca668d05b..4bfe35b47060 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -1375,6 +1375,9 @@ /mob/living/carbon/human/species/snail race = /datum/species/snail +/mob/living/carbon/human/species/vox + race = /datum/species/vox + /mob/living/carbon/human/species/kepori race = /datum/species/kepori