mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user