mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Datumize tendon behavior, make tendon snapping more consistent (#11773)
This commit is contained in:
@@ -190,9 +190,9 @@
|
||||
E.status &= ~ORGAN_ARTERY_CUT
|
||||
return
|
||||
|
||||
if(E.status & ORGAN_TENDON_CUT)
|
||||
if(istype(E.tendon) && !E.tendon.intact)
|
||||
to_chat(H, SPAN_NOTICE("Your autoredactive faculty repairs the severed tendon in your [E.name]."))
|
||||
E.status &= ~ORGAN_TENDON_CUT
|
||||
E.tendon.heal()
|
||||
return TRUE
|
||||
|
||||
for(var/datum/wound/W in E.wounds)
|
||||
|
||||
Reference in New Issue
Block a user