Updates the health analyzer TGUI to be prettier (#22498)

This fixes a few minor bugs for non-handheld health analyzers, as well
as updating the UI for them to be prettier.
<img width="521" height="823" alt="image"
src="https://github.com/user-attachments/assets/f0c121f1-e84c-4615-b4c5-1ec1f6620222"
/>
This commit is contained in:
Casper3667
2026-05-26 17:57:40 +00:00
committed by GitHub
parent 58d1241fe7
commit 9b8ebf7e4a
12 changed files with 195 additions and 36 deletions
@@ -273,7 +273,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
var/datum/component/health_analyzer/observer/h_analyzer = src.GetComponent(/datum/component/health_analyzer/observer)
if(!h_analyzer)
return
h_analyzer.health_scan_mob(orbit_target, usr, TRUE, TRUE)
h_analyzer.health_scan_mob(orbit_target, usr, TRUE, FALSE)
else
to_chat(src, SPAN_WARNING("This isn't a scannable target."))
@@ -564,4 +564,4 @@
var/datum/component/health_analyzer/borer/h_analyzer = src.GetComponent(/datum/component/health_analyzer/borer)
if(!h_analyzer)
return
h_analyzer.health_scan_mob(host, src, TRUE, TRUE)
h_analyzer.health_scan_mob(host, src, TRUE, FALSE)