Added bot path data huds

This commit is contained in:
Cruix
2017-11-28 06:28:40 -06:00
committed by CitadelStationBot
parent e0aaed6d3b
commit b23c92b056
25 changed files with 189 additions and 77 deletions
+2 -2
View File
@@ -137,8 +137,8 @@
log_message("[src.name] created.")
GLOB.mechas_list += src //global mech list
prepare_huds()
var/datum/atom_hud/data/diagnostic/diag_hud = GLOB.huds[DATA_HUD_DIAGNOSTIC]
diag_hud.add_to_hud(src)
for(var/datum/atom_hud/data/diagnostic/diag_hud in GLOB.huds)
diag_hud.add_to_hud(src)
diag_hud_set_mechhealth()
diag_hud_set_mechcell()
diag_hud_set_mechstat()