Merge pull request #14481 from Kyep/manifest_ssd

Improved OOC Manifest
This commit is contained in:
AffectedArc07
2020-10-04 18:22:32 +01:00
committed by GitHub
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -576,7 +576,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
var/dat
dat += "<h4>Crew Manifest</h4>"
dat += GLOB.data_core.get_manifest()
dat += GLOB.data_core.get_manifest(OOC = TRUE)
src << browse(dat, "window=manifest;size=370x420;can_close=1")