Synth medical sensors now report dead/alive status.

Synths with medical augmentation sensors enabled will now see the dead/alive status of crew members with suit sensors set to at least binary level.
This commit is contained in:
PsiOmega
2015-03-02 12:59:46 +01:00
parent 02a1e1d129
commit 98be5cbce8
10 changed files with 30 additions and 6 deletions

View File

@@ -593,6 +593,7 @@ var/list/be_special_flags = list(
#define IMPTRACK_HUD 7 // Tracking implant.
#define SPECIALROLE_HUD 8 // AntagHUD image.
#define STATUS_HUD_OOC 9 // STATUS_HUD without virus DB check for someone being ill.
#define LIFE_HUD 10 // STATUS_HUD that only reports dead or alive
// Pulse levels, very simplified.
#define PULSE_NONE 0 // So !M.pulse checks would be possible.