Merge pull request #1394 from Iamgoofball/aicrewtaketwo

- Added a "Show Crew Monitoring Console" Verb to the AI Commands section of the AI's Verbs.
This commit is contained in:
Aranclanos
2013-09-22 23:40:03 -07:00
2 changed files with 35 additions and 54 deletions
+4 -2
View File
@@ -223,6 +223,10 @@ var/list/ai_list = list()
src << browse(dat, "window=airoster")
onclose(src, "airoster")
/mob/living/silicon/ai/verb/ai_crew()
set category = "AI Commands"
set name = "Crew Monitoring Console"
crewmonitor(src)
/mob/living/silicon/ai/proc/ai_call_shuttle()
set category = "AI Commands"
set name = "Call Emergency Shuttle"
@@ -331,7 +335,6 @@ var/list/ai_list = list()
H.attack_ai(src) //may as well recycle
else
src << "<span class='notice'>Unable to locate the holopad.</span>"
if (href_list["track"])
var/mob/target = locate(href_list["track"]) in mob_list
var/mob/living/silicon/ai/A = locate(href_list["track2"]) in mob_list
@@ -681,4 +684,3 @@ var/list/ai_list = list()
set name = "State Laws"
checklaws()