Makes crew manifest pop-up use a single proc, makes it prettier (#10275)

This commit is contained in:
Jiří Barouš
2020-10-23 15:24:38 +02:00
committed by GitHub
parent a79e048f10
commit 5f52e411a9
10 changed files with 56 additions and 53 deletions
@@ -5,8 +5,4 @@
. = ..()
if(!.)
return
var/dat
dat += "<h4>Crew Manifest</h4>"
dat += SSrecords.get_manifest()
user << browse(dat, "window=manifest;size=370x420;can_close=1")
open_crew_manifest(user)