mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Tendon Health (#11826)
This commit is contained in:
@@ -1302,8 +1302,8 @@
|
||||
var/mob/living/carbon/human/H = M
|
||||
for (var/A in H.organs)
|
||||
var/obj/item/organ/external/E = A
|
||||
if(istype(E.tendon) && !E.tendon.intact)
|
||||
E.tendon.heal()
|
||||
if((E.tendon_status() & TENDON_CUT) && E.tendon.can_recover())
|
||||
E.tendon.rejuvenate()
|
||||
return 1
|
||||
|
||||
if(E.status & ORGAN_ARTERY_CUT)
|
||||
|
||||
Reference in New Issue
Block a user