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-08-01 06:45:00 +02:00
committed by kevinz000
parent e86355ed6d
commit 4c7f288341
4 changed files with 32 additions and 2 deletions
+1
View File
@@ -20,6 +20,7 @@ GLOBAL_LIST_INIT(huds, list(
ANTAG_HUD_SINTOUCHED = new/datum/atom_hud/antag/hidden(),
ANTAG_HUD_SOULLESS = new/datum/atom_hud/antag/hidden(),
ANTAG_HUD_CLOCKWORK = new/datum/atom_hud/antag(),
ANTAG_HUD_BORER = new/datum/atom_hud/antag(),
))
/datum/atom_hud