diff --git a/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm b/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm new file mode 100644 index 00000000000..ddf8e83ce9a --- /dev/null +++ b/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm @@ -0,0 +1,2 @@ +/datum/species/shapeshifter/promethean + max_age = 80 diff --git a/vorestation.dme b/vorestation.dme index db68967f52a..730ca968ef3 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1453,6 +1453,7 @@ #include "code\modules\mob\living\carbon\human\species\station\golem.dm" #include "code\modules\mob\living\carbon\human\species\station\monkey.dm" #include "code\modules\mob\living\carbon\human\species\station\prometheans.dm" +#include "code\modules\mob\living\carbon\human\species\station\prometheans_vr.dm" #include "code\modules\mob\living\carbon\human\species\station\seromi.dm" #include "code\modules\mob\living\carbon\human\species\station\station.dm" #include "code\modules\mob\living\carbon\human\species\station\station_vr.dm"