From 91a77e5bb9d970de535eefd07adacf532d104bb3 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Thu, 9 Jun 2016 01:51:45 -0400 Subject: [PATCH] Severely nerfs prometheans heal rate --- .../mob/living/carbon/human/species/station/prometheans_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 index 5b2b5d8f09c..04c1de289d4 100644 --- a/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/prometheans_vr.dm @@ -1,3 +1,4 @@ /datum/species/shapeshifter/promethean max_age = 80 - valid_transform_species = list("Human", "Unathi", "Tajara", "Skrell", "Diona", "Teshari", "Monkey","Sergal","Akula","Nevrean","Highlander Zorren","Flatland Zorren", "Vulpkanin") \ No newline at end of file + valid_transform_species = list("Human", "Unathi", "Tajara", "Skrell", "Diona", "Teshari", "Monkey","Sergal","Akula","Nevrean","Highlander Zorren","Flatland Zorren", "Vulpkanin") + heal_rate = .1 \ No newline at end of file