diff --git a/code/modules/mob/living/carbon/human/human_species_vr.dm b/code/modules/mob/living/carbon/human/human_species_vr.dm index 566d5e8a26..a747280df8 100644 --- a/code/modules/mob/living/carbon/human/human_species_vr.dm +++ b/code/modules/mob/living/carbon/human/human_species_vr.dm @@ -27,4 +27,7 @@ ..(new_loc, "Alraune") /mob/living/carbon/human/shadekin/New(var/new_loc) - ..(new_loc, SPECIES_SHADEKIN) \ No newline at end of file + ..(new_loc, SPECIES_SHADEKIN) + +/mob/living/carbon/human/altevian/New(var/new_loc) + ..(new_loc, SPECIES_ALTEVIAN)