mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Datumize tendon behavior, make tendon snapping more consistent (#11773)
This commit is contained in:
@@ -248,7 +248,7 @@ BREATH ANALYZER
|
||||
if(!found_bleed && (e.status & ORGAN_ARTERY_CUT))
|
||||
dat += "<span class='scan_warning'>Arterial bleeding detected. Advanced scanner required for location.</span>"
|
||||
found_bleed = TRUE
|
||||
if(!found_tendon && (e.status & ORGAN_TENDON_CUT))
|
||||
if(!found_tendon && (istype(e.tendon) && !e.tendon.intact))
|
||||
dat += "<span class='scan_warning'>Tendon or ligament damage detected. Advanced scanner required for location.</span>"
|
||||
found_tendon = TRUE
|
||||
if(found_disloc && found_bleed && found_tendon)
|
||||
|
||||
Reference in New Issue
Block a user