mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Fixes some issues with command and sec job lists (#21806)
* oh god oh god * oops, forgot to remove that * name changes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
var/list/positions = list()
|
||||
var/list/set_names = list(
|
||||
"heads" = GLOB.command_positions,
|
||||
"sec" = GLOB.security_positions,
|
||||
"sec" = GLOB.active_security_positions,
|
||||
"eng" = GLOB.engineering_positions,
|
||||
"med" = GLOB.medical_positions,
|
||||
"sci" = GLOB.science_positions,
|
||||
|
||||
Reference in New Issue
Block a user