Refdrop tendons (#18016)

* Atomization

* sfdas

---------

Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
Fluffy
2023-12-21 14:50:35 +01:00
committed by GitHub
parent 4463a025bb
commit b2a1946de0
2 changed files with 46 additions and 0 deletions
+5
View File
@@ -25,6 +25,11 @@
max_health = hp
health = max_health
/datum/tendon/Destroy(force)
parent = null
. = ..()
/datum/tendon/proc/update_status(var/fix_cut = FALSE)
// determine if tendon should be cut, bruised, or unbruised
if(health <= 0 && !(status & TENDON_CUT))