mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Tendon Health (#11826)
This commit is contained in:
@@ -190,9 +190,9 @@
|
||||
E.status &= ~ORGAN_ARTERY_CUT
|
||||
return
|
||||
|
||||
if(istype(E.tendon) && !E.tendon.intact)
|
||||
if((E.tendon_status() & TENDON_CUT) && E.tendon.can_recover())
|
||||
to_chat(H, SPAN_NOTICE("Your autoredactive faculty repairs the severed tendon in your [E.name]."))
|
||||
E.tendon.heal()
|
||||
E.tendon.rejuvenate()
|
||||
return TRUE
|
||||
|
||||
for(var/datum/wound/W in E.wounds)
|
||||
|
||||
Reference in New Issue
Block a user