Removes braindeath as IC term

This commit is contained in:
RKF45
2014-01-09 21:49:21 +01:00
parent 70fe0e02cd
commit c47be94b42
2 changed files with 2 additions and 2 deletions

View File

@@ -243,7 +243,7 @@
if(!key && brain_op_stage != 4 && stat != DEAD)
msg += "<span class='deadsay'>[t_He] [t_is] totally catatonic. The stresses of life in deep-space must have been too much for [t_him]. Any recovery is unlikely</span>\n"
else if(!client && brain_op_stage != 4 && stat != DEAD)
msg += "[t_He] [t_has] a vacant, braindead stare...\n"
msg += "[t_He] [t_has] suddenly fallen asleep.\n"
var/list/wound_flavor_text = list()
var/list/is_destroyed = list()