no git bad

don't eat the suicide messages
This commit is contained in:
Crazylemon64
2016-02-02 23:18:46 -08:00
parent ce4cc2e860
commit 170df924f4
@@ -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)