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