From 579d056d5bdb5048f4b82acdb42e5e7f485a7fb8 Mon Sep 17 00:00:00 2001 From: "C.L" Date: Sat, 24 Sep 2022 01:58:37 -0400 Subject: [PATCH] Merge pull request #13798 from VOREStation/Cameron653-patch-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🐀🐀🐀🐀🐀🐀🐀🐀🐀 --- code/modules/mob/living/carbon/human/human_species_vr.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)