mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user