Adds a HUD for borers (#2211)

Borers with minds are added to the HUD and can see the HUD.
Humans with a borer are added to the HUD, but CANNOT see the HUD.
If the borer leaves, the human is removed from the HUD.
This commit is contained in:
ktccd
2017-07-31 21:45:00 -07:00
committed by kevinz000
parent e86355ed6d
commit 4c7f288341
4 changed files with 32 additions and 2 deletions
+1
View File
@@ -40,6 +40,7 @@
#define ANTAG_HUD_SINTOUCHED 16
#define ANTAG_HUD_SOULLESS 17
#define ANTAG_HUD_CLOCKWORK 18
#define ANTAG_HUD_BORER 19
// Notification action types
#define NOTIFY_JUMP "jump"