the dead don't rise and nanopaste helps: organ edition (#30712)

This commit is contained in:
Qwertytoforty
2025-10-26 13:11:34 +00:00
committed by GitHub
parent 1b616b3f25
commit b74375d118
8 changed files with 30 additions and 6 deletions
+2 -2
View File
@@ -567,7 +567,7 @@ SLIME SCANNER
if(!O.is_robotic() || istype(O, /obj/item/organ/internal/cyberimp) || O.stealth_level > 1)
continue
organ_found = TRUE
msgs += "[capitalize(O.name)]: <font color='red'>[O.damage]</font>"
msgs += "[capitalize(O.name)]: <font color='red'>[O.status & ORGAN_DEAD ? "CRITICAL FAILURE" : O.damage]</font>"
if(!organ_found)
msgs += "<span class='warning'>No prosthetics located.</span>"
msgs += "<hr>"
@@ -578,7 +578,7 @@ SLIME SCANNER
if(I.stealth_level > 1)
continue
organ_found = TRUE
msgs += "[capitalize(I.name)]: <font color='red'>[I.crit_fail ? "CRITICAL FAILURE" : I.damage]</font>"
msgs += "[capitalize(I.name)]: <font color='red'>[(I.crit_fail || I.status & ORGAN_DEAD) ? "CRITICAL FAILURE" : I.damage]</font>"
if(!organ_found)
msgs += "<span class='warning'>No implants located.</span>"
msgs += "<hr>"
+1 -1
View File
@@ -153,7 +153,7 @@
new /obj/item/weldingtool/mini(src)
new /obj/item/stack/cable_coil(src)
new /obj/item/stack/cable_coil(src)
new /obj/item/stack/cable_coil(src)
new /obj/item/stack/nanopaste(src)
new /obj/item/robotanalyzer(src)
new /obj/item/stack/synthetic_skin(src, 3)