Merge resolution.

This commit is contained in:
Zuhayr
2013-07-31 19:21:58 -07:00
9 changed files with 19 additions and 8 deletions

View File

@@ -405,7 +405,7 @@
proc/ViewManifest()
var/dat = "<html><body>"
dat += "<h4>Crew Manifest</h4>"
dat += data_core.get_manifest()
dat += data_core.get_manifest(OOC = 1)
src << browse(dat, "window=manifest;size=370x420;can_close=1")