mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Refdrop tendons (#18016)
* Atomization * sfdas --------- Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
co-authored by
FluffyGhost <FluffyGhost>
parent
4463a025bb
commit
b2a1946de0
@@ -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