diff --git a/code/modules/mob/living/carbon/human/species/plasmaman.dm b/code/modules/mob/living/carbon/human/species/plasmaman.dm index 9cf7a9ed428..6f95a8696ce 100644 --- a/code/modules/mob/living/carbon/human/species/plasmaman.dm +++ b/code/modules/mob/living/carbon/human/species/plasmaman.dm @@ -18,6 +18,12 @@ heat_level_2 = 400 // Heat damage level 2 above this point. heat_level_3 = 500 // Heat damage level 3 above this point. + suicide_messages = list( + "is twisting their own neck!", + "is letting some O2 in!", + "realizes the existential problem of being made out of plasma!", + "shows their true colors, which happens to be the color of plasma!") + /datum/species/plasmaman/say_filter(mob/M, message, datum/language/speaking) if(copytext(message, 1, 2) != "*") message = replacetext(message, "s", stutter("ss")) diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index 349b28b6efb..6d0207741e9 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -182,6 +182,13 @@ blood_color = "#1D2CBF" reagent_tag = PROCESS_ORG + suicide_messages = list( + "is attempting to bite their tongue off!", + "is jamming their thumbs into their eye sockets!", + "is twisting their own neck!", + "makes like a fish and suffocates!", + "is strangling themselves with their own tendrils!") + /datum/species/vox name = "Vox" name_plural = "Vox" @@ -374,7 +381,8 @@ suicide_messages = list( "is melting into a puddle!", - "is turning a dull, brown color and melting into a puddle!") + "is turning a dull, brown color and melting into a puddle!", + "is ripping out their own core!") /datum/species/grey name = "Grey" @@ -478,7 +486,8 @@ suicide_messages = list( "is losing branches!", - "is pulling themselves apart!") + "is pulling themselves apart!", + "pulls out a secret stash of herbicide and takes a hearty swig!") /datum/species/diona/can_understand(var/mob/other) var/mob/living/simple_animal/diona/D = other @@ -577,7 +586,9 @@ "is powering down!", "is smashing their own monitor!", "is twisting their own neck!", - "is blocking their ventilation port!") + "is blocking their ventilation port!", + "is downloading extra RAM!", + "is frying their own circuits!") /datum/species/machine/handle_death(var/mob/living/carbon/human/H) H.h_style = ""