Prometheans melt on death, and can now be revived.

This commit is contained in:
fludd12
2018-05-24 07:08:46 -04:00
parent 7ad1a817de
commit e64e4ed0c8
2 changed files with 96 additions and 8 deletions
@@ -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.