Clarified extreme wounds may require amputation (#21756)

Also ensured critical limbs (the torso and head) cannot be ruined like
this.

<img width="876" height="448" alt="image"
src="https://github.com/user-attachments/assets/ce6cd6c6-7130-48ff-a107-1d8b8dd70b91"
/>
This commit is contained in:
Cody Brittain
2026-01-29 01:53:03 +00:00
committed by GitHub
parent 5791196edb
commit 6d6735aa7b
11 changed files with 123 additions and 28 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
/obj/item/organ/internal/proc/get_scarring_results()
var/scar_level = get_scarring_level()
if(scar_level > 0.01)
. += "[get_wound_severity(get_scarring_level())] scarring"
. += "[get_wound_severity(get_scarring_level(), FALSE, FALSE)] scarring"
/obj/item/organ/internal/is_usable()
if(robotize_type)