From 65bcd2d09299c494d277178b901f38258d318b86 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Fri, 5 Aug 2016 20:50:48 -0400 Subject: [PATCH] Update prometheans_vr.dm --- .../mob/living/carbon/human/species/station/prometheans_vr.dm | 4 ++++ 1 file changed, 4 insertions(+) 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 0ebc86ec073..e6ac7447caa 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 @@ -3,3 +3,7 @@ valid_transform_species = list("Human", "Unathi", "Tajara", "Skrell", "Diona", "Teshari", "Monkey","Sergal","Akula","Nevrean","Highlander Zorren","Flatland Zorren", "Vulpkanin", "Neaera", "Stok", "Farwa") heal_rate = 0.2 //They heal .2, along with the natural .2 heal per tick when below the organ natural heal damage threshhold. siemens_coefficient = 1 //Prevents them from being immune to tasers and stun weapons. + death_message = "goes limp, their body becoming softer..." + +/datum/species/shapeshifter/promethean/handle_death(var/mob/living/carbon/human/H) + return //This nullifies them gibbing.