mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[MIRROR] Bridge Assistant Station Trait [MDB IGNORE] (#25667)
* Bridge Assistant Station Trait * Diffs * fixes * Update job_traits.dm --------- Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
co-authored by
Fikou
Giz
Gandalf
parent
99f65af5f7
commit
d718af9913
@@ -51,12 +51,7 @@
|
||||
if(!SSticker.HasRoundStarted())
|
||||
tgui_alert(usr, "The game hasn't started yet!")
|
||||
return
|
||||
var/data = "<b>Showing Crew Manifest.</b><hr>"
|
||||
data += "<table cellspacing=5 border=1><tr><th>Name</th><th>Position</th></tr>"
|
||||
for(var/datum/record/crew/entry in GLOB.manifest.general)
|
||||
data += "<tr><td>[entry.name]</td><td>[entry.rank][entry.rank != entry.trim ? " ([entry.trim])" : ""]</td></tr>"
|
||||
data += "</table>"
|
||||
usr << browse(data, "window=manifest;size=440x410")
|
||||
GLOB.manifest.ui_interact(usr)
|
||||
|
||||
/datum/admins/proc/output_ai_laws()
|
||||
var/law_bound_entities = 0
|
||||
|
||||
Reference in New Issue
Block a user