AI Manifest

- The AI's Crew Manifest button now uses the updated styling.
This commit is contained in:
GunHog
2016-08-10 09:08:22 -05:00
parent 92a0e34293
commit c1957bb15f

View File

@@ -294,8 +294,7 @@ var/list/ai_list = list()
/mob/living/silicon/ai/proc/ai_roster()
var/dat = "<html><head><title>Crew Roster</title></head><body><b>Crew Roster:</b><br><br>"
for(var/datum/data/record/t in sortRecord(data_core.general))
dat += t.fields["name"] + " - " + t.fields["rank"] + "<br>"
dat += data_core.get_manifest()
dat += "</body></html>"
src << browse(dat, "window=airoster")