From 170df924f412940b39da4a3b27f418df44bb7822 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Tue, 2 Feb 2016 23:18:46 -0800 Subject: [PATCH] no git bad don't eat the suicide messages --- .../mob/living/carbon/human/species/station.dm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index 3e07c924a8e..43a3067f5ab 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" @@ -399,6 +406,7 @@ suicide_messages = list( "is melting into a puddle!", + "is ripping out their own core!", "is turning a dull, brown color and melting into a puddle!") /datum/species/slime/handle_life(var/mob/living/carbon/human/H) @@ -611,6 +619,7 @@ suicide_messages = list( "is losing branches!", + "pulls out a secret stash of herbicide and takes a hearty swig!", "is pulling themselves apart!") /datum/species/diona/can_understand(var/mob/other) @@ -710,6 +719,8 @@ "is powering down!", "is smashing their own monitor!", "is twisting their own neck!", + "is downloading extra RAM!", + "is frying their own circuits!", "is blocking their ventilation port!") /datum/species/machine/handle_death(var/mob/living/carbon/human/H)