mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
The Nanotrasen Representative (MY WAY) (#6368)
* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * Ads * dddd * a * a * a * Update uniform_digi.dmi * Update uniform_digi.dmi * Update uniform_digi.dmi * Some random new potted plants! * a * Update flora.dm * a * fixes * a * a * e
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
/datum/crew_manifest/ui_data(mob/user)
|
||||
var/list/positions = list(
|
||||
"Central Command" = list("exceptions" = list(), "open" = 0),
|
||||
"Command" = list("exceptions" = list(), "open" = 0),
|
||||
"Security" = list("exceptions" = list(), "open" = 0),
|
||||
"Engineering" = list("exceptions" = list(), "open" = 0),
|
||||
@@ -30,6 +31,7 @@
|
||||
"Silicon" = list("exceptions" = list(), "open" = 0)
|
||||
)
|
||||
var/list/departments = list(
|
||||
list("flag" = DEPARTMENT_CENTRAL_COMMAND, "name" = "Central Command"), //SKYRAT EDIT CHANGE
|
||||
list("flag" = DEPARTMENT_COMMAND, "name" = "Command"),
|
||||
list("flag" = DEPARTMENT_SECURITY, "name" = "Security"),
|
||||
list("flag" = DEPARTMENT_ENGINEERING, "name" = "Engineering"),
|
||||
|
||||
Reference in New Issue
Block a user