Merge pull request #5718 from Walter0o/double_sleep

fixes issue #5717
This commit is contained in:
Chinsky
2014-07-22 10:56:45 +04:00
@@ -237,9 +237,7 @@
msg += "</span>"
if(stat == UNCONSCIOUS)
msg += "[t_He] [t_is]n't responding to anything around [t_him] and seems to be asleep.\n"
else if(getBrainLoss() >= 60)
if(getBrainLoss() >= 60)
msg += "[t_He] [t_has] a stupid expression on [t_his] face.\n"
if(!key && brain_op_stage != 4 && stat != DEAD)