mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Refdrop tendons (#18016)
* Atomization * sfdas --------- Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user