From c5d3883ef5d9352e8013da28e412f5eec5f79017 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Tue, 7 Jun 2016 15:08:17 -0400 Subject: [PATCH 1/2] Create prometheans_vr.dm --- .../mob/living/carbon/human/species/station/prometheans_vr.dm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm 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 From f280d1e88d8cb0dc40c503a7578f6379408f64a0 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Tue, 7 Jun 2016 16:08:52 -0400 Subject: [PATCH 2/2] Now truly fixed. --- vorestation.dme | 1 + 1 file changed, 1 insertion(+) 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"