Merge pull request #10017 from alex-gh/borg_suicide_fix

Added borg suicide examine message.
This commit is contained in:
tigercat2000
2018-10-27 10:28:38 -07:00
committed by GitHub
@@ -42,7 +42,10 @@
if(UNCONSCIOUS)
msg += "<span class='warning'>It doesn't seem to be responding.</span>\n"
if(DEAD)
msg += "<span class='deadsay'>It looks like its system is corrupted and requires a reset.</span>\n"
if(!suiciding)
msg += "<span class='deadsay'>It looks like its system is corrupted and requires a reset.</span>\n"
else
msg += "<span class='warning'>It looks like its system is corrupted beyond repair. There is no hope of recovery.</span>\n"
msg += "*---------*</span>"
if(print_flavor_text()) msg += "\n[print_flavor_text()]\n"