[Ready] Adds abductor Mind Interface Devices, and a gland HUD (#33209)

* Adds abductor Mind Interface Devices, and a gland HUD

* .
This commit is contained in:
XDTM
2017-12-19 03:30:20 +01:00
committed by CitadelStationBot
parent 9710f0f842
commit 6b4099805f
13 changed files with 187 additions and 21 deletions
+1
View File
@@ -10,6 +10,7 @@ GLOBAL_LIST_INIT(huds, list(
DATA_HUD_MEDICAL_ADVANCED = new/datum/atom_hud/data/human/medical/advanced(),
DATA_HUD_DIAGNOSTIC_BASIC = new/datum/atom_hud/data/diagnostic/basic(),
DATA_HUD_DIAGNOSTIC_ADVANCED = new/datum/atom_hud/data/diagnostic/advanced(),
DATA_HUD_ABDUCTOR = new/datum/atom_hud/abductor(),
ANTAG_HUD_CULT = new/datum/atom_hud/antag(),
ANTAG_HUD_REV = new/datum/atom_hud/antag(),
ANTAG_HUD_OPS = new/datum/atom_hud/antag(),