From 624b7cbc7174ac3be70a9f3658ec9a62ca84a665 Mon Sep 17 00:00:00 2001 From: Spacemanspark Date: Mon, 28 Sep 2015 16:57:16 -0500 Subject: [PATCH] Gives IPC's a unique death message in a less snowflakey manner. --- code/modules/mob/living/carbon/human/species/station.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index f3d61c038c7..9cd0301b885 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -486,6 +486,7 @@ eyes = "blank_eyes" brute_mod = 2.5 // 100% * 2.5 * 0.6 (robolimbs) ~= 150% burn_mod = 2.5 // So they take 50% extra damage from brute/burn overall. + death_message = "gives one shrill beep before falling limp, their monitor flashing blue before completely shutting off..." cold_level_1 = 50 cold_level_2 = -1 @@ -536,4 +537,4 @@ /datum/species/machine/handle_post_spawn(var/mob/living/carbon/human/H) ..() - H.verbs += /mob/living/carbon/human/proc/change_monitor \ No newline at end of file + H.verbs += /mob/living/carbon/human/proc/change_monitor