mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +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()
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
|
||||
/obj/item/organ/external/stump/Initialize(mapload, var/internal, var/obj/item/organ/external/limb)
|
||||
if(istype(limb))
|
||||
name = "[limb.name] stump"
|
||||
limb_name = limb.limb_name
|
||||
body_part = limb.body_part
|
||||
amputation_point = limb.amputation_point
|
||||
|
||||
Reference in New Issue
Block a user