mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Fixes Some Manifest Oversights (#14832)
This commit is contained in:
@@ -185,14 +185,16 @@
|
||||
/datum/topic_command/get_manifest/run_command(queryparams)
|
||||
var/list/positions = list()
|
||||
var/list/set_names = list(
|
||||
"heads" = command_positions,
|
||||
"sec" = security_positions,
|
||||
"eng" = engineering_positions,
|
||||
"med" = medical_positions,
|
||||
"sci" = science_positions,
|
||||
"ser" = service_positions,
|
||||
"civ" = civilian_positions,
|
||||
"bot" = nonhuman_positions
|
||||
"Command" = command_positions,
|
||||
"Command Support" = command_support_positions,
|
||||
"Security" = security_positions,
|
||||
"Engineering" = engineering_positions,
|
||||
"Medical" = medical_positions,
|
||||
"Science" = science_positions,
|
||||
"Operations" = cargo_positions,
|
||||
"Service" = service_positions,
|
||||
"Civilian" = civilian_positions,
|
||||
"Equipment" = nonhuman_positions
|
||||
)
|
||||
|
||||
for(var/datum/record/general/R in SSrecords.records)
|
||||
|
||||
Reference in New Issue
Block a user