Merge pull request #3635 from ktccd/Undo_Borer_HUDS

Undoes Borer HUDs
This commit is contained in:
LetterJay
2017-10-27 02:49:03 -04:00
committed by GitHub
4 changed files with 2 additions and 30 deletions
-1
View File
@@ -20,7 +20,6 @@ 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(),
ANTAG_HUD_BROTHER = new/datum/atom_hud/antag/hidden(),
))