Fix defib nanite and husk text

This commit is contained in:
Jared-Fogle
2020-06-06 15:02:04 -07:00
parent f2d295c623
commit ca18f4e9c4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -571,9 +571,9 @@
fail_reason = "Patient's soul appears to be on another plane of existence. Further attempts futile."
if (DEFIB_FAIL_NO_HEART)
fail_reason = "Patient's heart is missing."
if (DEFIB_FAIL_FAILING_HEART, DEFIB_FAIL_HUSK)
if (DEFIB_FAIL_FAILING_HEART)
fail_reason = "Patient's heart too damaged, replace or repair and try again."
if (DEFIB_FAIL_TISSUE_DAMAGE)
if (DEFIB_FAIL_TISSUE_DAMAGE, DEFIB_FAIL_HUSK)
fail_reason = "Tissue damage too severe, repair and try again."
if (DEFIB_FAIL_FAILING_BRAIN)
fail_reason = "Patient's brain is too damaged, repair and try again."