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 53d540e4b0..5a09e5f04a 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 @@ -8,19 +8,19 @@ "Flatland Zorren", "Vulpkanin", "Vasilissan", "Rapala", "Neaera", "Stok", "Farwa", "Sobaka", "Wolpin", "Saru", "Sparra") - + heal_rate = 0.2 //As of writing, original was 0.5 - Slows regen speed (bad) hunger_factor = 0.1 //As of writing, original was 0.2 - Slows hunger rate (good) siemens_coefficient = 1 //As of writing, original was 0.4 (bad) active_regen_mult = 0.66 //As of writing, original was 1 (good) - + color_mult = 1 mob_size = MOB_MEDIUM //As of writing, original was MOB_SMALL - Allows normal swapping (good) num_alternate_languages = 1 //Might be outdated: They currently have 3 in the other file trashcan = 1 //They have goopy bodies. They can just dissolve things within them. appearance_flags = HAS_SKIN_COLOR | HAS_EYE_COLOR | HAS_HAIR_COLOR | RADIATION_GLOWS | HAS_UNDERWEAR - + inherent_verbs = list( /mob/living/carbon/human/proc/shapeshifter_select_shape, /mob/living/carbon/human/proc/shapeshifter_select_colour, @@ -35,8 +35,3 @@ /mob/living/carbon/human/proc/slime_feed, /mob/living/proc/eat_trash ) - - 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.