Renames to procedure. Moves to X. Fixes color

This commit is contained in:
warior4356
2020-09-30 14:51:56 -07:00
parent ae818b140d
commit f2875ead1b
8 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -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",