mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Datumize tendon behavior, make tendon snapping more consistent (#11773)
This commit is contained in:
@@ -1279,8 +1279,8 @@
|
||||
var/mob/living/carbon/human/H = M
|
||||
for (var/A in H.organs)
|
||||
var/obj/item/organ/external/E = A
|
||||
if(E.status & ORGAN_TENDON_CUT)
|
||||
E.status &= ~ORGAN_TENDON_CUT
|
||||
if(istype(E.tendon) && !E.tendon.intact)
|
||||
E.tendon.heal()
|
||||
return 1
|
||||
|
||||
if(E.status & ORGAN_ARTERY_CUT)
|
||||
|
||||
Reference in New Issue
Block a user