Removes braindeath as IC term

This commit is contained in:
RKF45
2014-01-09 20:24:10 -05:00
committed by ZomgPonies
parent 3789e82f7b
commit 94f38882f9
2 changed files with 2 additions and 2 deletions
@@ -248,7 +248,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()