fancy new manifest

This commit is contained in:
Tastyfish
2012-02-27 21:23:50 -05:00
parent 4452344e2e
commit 5719daf3d8
4 changed files with 108 additions and 13 deletions
+1 -2
View File
@@ -235,8 +235,7 @@ Code:
menu = "<h4><img src=pda_notes.png> Crew Manifest</h4>"
menu += "Entries cannot be modified from this terminal.<br><br>"
for (var/datum/data/record/t in data_core.general)
menu += "[t.fields["name"]] - [t.fields["rank"]]<br>"
menu += data_core.get_manifest(1)
menu += "<br>"