mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Makes crew manifest pop-up use a single proc, makes it prettier (#10275)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user