Allows ghosts access to OOC manifest from lobby (#30454)

Co-authored-by: kanef <kanef9x@protonmail.com>
This commit is contained in:
kane-f
2021-09-03 19:04:54 +01:00
committed by GitHub
parent 845bc3948b
commit fa4a246f04

View File

@@ -277,7 +277,7 @@
var/dat
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")