AI-HUD and interface

Adds back in AI buttons/interface, for easier access to verbs.

Send-Message and Take-Picture verbs for AI appear to be bugged/unusable,
holding off on fixing in case of any bay updates.
This commit is contained in:
Ryan784
2016-01-15 01:59:13 -05:00
parent ec73203bd5
commit 757c33ad84
7 changed files with 249 additions and 3 deletions
@@ -0,0 +1,8 @@
var/obj/nano_module/crew_monitor/crew_monitor
/mob/living/silicon/ai/proc/nano_crew_monitor()
set category = "AI Commands"
set name = "Crew Monitor"
if (!crew_monitor)
init_subsystems()
crew_monitor.ui_interact(usr)