mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Renames to procedure. Moves to X. Fixes color
This commit is contained in:
@@ -7,7 +7,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
|
||||
":c" = "Command", "#c" = "Command", ".c" = "Command",
|
||||
":n" = "Science", "#n" = "Science", ".n" = "Science",
|
||||
":m" = "Medical", "#m" = "Medical", ".m" = "Medical",
|
||||
":o" = "Oversight", "#o" = "Oversight", ".o" = "Oversight",
|
||||
":x" = "Procedure", "#x" = "Procedure", ".x" = "Procedure",
|
||||
":e" = "Engineering", "#e" = "Engineering", ".e" = "Engineering",
|
||||
":s" = "Security", "#s" = "Security", ".s" = "Security",
|
||||
":w" = "whisper", "#w" = "whisper", ".w" = "whisper",
|
||||
@@ -23,7 +23,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
|
||||
":C" = "Command", "#C" = "Command", ".C" = "Command",
|
||||
":N" = "Science", "#N" = "Science", ".N" = "Science",
|
||||
":M" = "Medical", "#M" = "Medical", ".M" = "Medical",
|
||||
":O" = "Oversight", "#O" = "Oversight", ".O" = "Oversight",
|
||||
":X" = "Procedure", "#X" = "Procedure", ".X" = "Procedure",
|
||||
":E" = "Engineering", "#E" = "Engineering", ".E" = "Engineering",
|
||||
":S" = "Security", "#S" = "Security", ".S" = "Security",
|
||||
":W" = "whisper", "#W" = "whisper", ".W" = "whisper",
|
||||
|
||||
Reference in New Issue
Block a user