mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
Tendon Health (#11826)
This commit is contained in:
@@ -67,9 +67,9 @@
|
||||
E.stage = 0
|
||||
return 1
|
||||
|
||||
if(istype(E.tendon) && !E.tendon.intact)
|
||||
if((E.tendon_status() & TENDON_CUT) && E.tendon.can_recover())
|
||||
to_chat(user, "<span class='notice'>You place your hands over [target]'s [E.name], joining the two ends of their [E.tendon_name] in the process.</span>")
|
||||
E.tendon.heal()
|
||||
E.tendon.rejuvenate()
|
||||
return 1
|
||||
|
||||
for(var/obj/item/organ/I in E.internal_organs)
|
||||
|
||||
Reference in New Issue
Block a user