Files
Bubberstation/code/modules/wiremod/components/atom
MrMelbert be5931cf8e Adds USB to vitals monitor (#95079)
## About The Pull Request

Vitals monitors have a USB port, allowing you to read patient status

<img width="238" height="448" alt="image"
src="https://github.com/user-attachments/assets/e056a76b-52fe-4278-955d-4726694c4d69"
/>

Collects patient stats every 4 seconds, with a 1 second delay before its
initial reading is recorded.

`Status update` triggers every time stats are collected, so every 4
seconds. Basically a clock provided for convenience
`Patient change` triggers when a mob is bucked or unbuckled. 
`Defib status` checks if the patient can be defibbed and outputs
"Possible" if they are, or a reason if they aren't.
The rest of the outputs are self explanatory. 

## Why It's Good For The Game

Someone talked about this before the original PR was merged and I
thought it was a fun idea.
Allows for stuff like "Trigger a bomb when a certain patient is revived"
or "creating a BCI for a blind doctor".

## Changelog

🆑 Melbert
add: Vitals monitors have USB ports, allowing circuits to read patient
status
/🆑
2026-02-25 14:53:19 +13:00
..
2026-02-25 14:53:19 +13:00