[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:
SkyratBot
2023-12-24 22:54:11 +00:00
committed by GitHub
co-authored by Fikou Giz Gandalf
parent 99f65af5f7
commit d718af9913
34 changed files with 400 additions and 119 deletions
+1 -6
View File
@@ -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