This commit is contained in:
Aurorablade
2015-12-10 22:31:50 -05:00
parent b88ddf0257
commit 323a7e84cc
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -137,6 +137,9 @@
if(isAI(usr))
var/mob/living/silicon/ai/AI = usr
AI.sensor_mode()
else if(isrobot(usr))
var/mob/living/silicon/robot/borg = usr
borg.sensor_mode()
/datum/hud/proc/ai_hud()
+1 -1
View File
@@ -285,7 +285,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if(data_hud_seen) //remove old huds
var/datum/atom_hud/H = huds[data_hud_seen]
H.remove_hud_from(src)
show_me_the_hud(DATA_HUD_SECURITY_BASIC)
show_me_the_hud(DATA_HUD_MEDICAL_BASIC)
/mob/dead/observer/verb/toggle_antagHUD()
set category = "Ghost"