Added borg suicide examine message.

This commit is contained in:
alex-gh
2018-10-27 18:44:55 +02:00
parent 94ed25eba8
commit 5f76476212
@@ -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"