mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
* AI hologram now gets id photo instead of null flaticon * better this way * *coughs * updated comment
This commit is contained in:
@@ -987,8 +987,8 @@ GLOBAL_LIST_INIT(ai_verbs_default, list(
|
||||
if("Crew Member")
|
||||
var/personnel_list[] = list()
|
||||
|
||||
for(var/datum/data/record/t in GLOB.data_core.locked)//Look in data core locked.
|
||||
personnel_list["[t.fields["name"]]: [t.fields["rank"]]"] = t.fields["image"]//Pull names, rank, and image.
|
||||
for(var/datum/data/record/t in GLOB.data_core.general)//Look in data core general.
|
||||
personnel_list["[t.fields["name"]]: [t.fields["rank"]]"] = t.fields["photo"]//Pull names, rank, and id photo.
|
||||
|
||||
if(personnel_list.len)
|
||||
input = input("Select a crew member:") as null|anything in personnel_list
|
||||
|
||||
Reference in New Issue
Block a user