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:
Wowzewow (Wezzy)
2023-10-08 05:36:13 +08:00
committed by GitHub
parent a44d7a3b7f
commit ea1101ec5c
45 changed files with 1015 additions and 877 deletions
+2 -2
View File
@@ -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()
+1
View File
@@ -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