diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index 035446513d..6f6dfbe7fb 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -327,6 +327,12 @@ appearance_flags = HAS_HAIR_COLOR | HAS_SKIN_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_EYE_COLOR min_age = 18 +/datum/species/vox + gluttonous = 0 + spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED + min_age = 18 + /datum/species holder_type = /obj/item/weapon/holder/micro //This allows you to pick up crew min_age = 18 +