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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user