mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
the dead don't rise and nanopaste helps: organ edition (#30712)
This commit is contained in:
@@ -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>"
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user