mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Better Bodyscanners and Surgery Stuff (#17520)
* Better Bodyscanners and Surgery Stuff * ope * i can't believe that worked * adv * bodyscanner fixes
This commit is contained in:
@@ -129,9 +129,9 @@
|
||||
. = "damaged "
|
||||
if(status & ORGAN_DEAD)
|
||||
if(can_recover())
|
||||
. = "decaying [.]"
|
||||
. = "necrotic and debridable [.]"
|
||||
else
|
||||
. = "necrotic [.]"
|
||||
. = "necrotic and dead [.]"
|
||||
. = "[.][name]"
|
||||
|
||||
/obj/item/organ/internal/process()
|
||||
|
||||
Reference in New Issue
Block a user