Adds Oversight radio to Magistrate, AI, Captain, NT Rep, and IAA

This commit is contained in:
warior4356
2020-09-29 23:21:27 -07:00
parent 27708aded2
commit dbd9ea7be5
10 changed files with 35 additions and 12 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" = "Corporate", "#o" = "Corporate", ".o" = "Corporate",
":o" = "Oversight", "#o" = "Oversight", ".o" = "Oversight",
":e" = "Engineering", "#e" = "Engineering", ".e" = "Engineering",
":s" = "Security", "#s" = "Security", ".s" = "Security",
":w" = "whisper", "#w" = "whisper", ".w" = "whisper",
@@ -24,7 +24,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" = "Corporate", "#O" = "Corporate", ".O" = "Corporate",
":O" = "Oversight", "#O" = "Oversight", ".O" = "Oversight",
":E" = "Engineering", "#E" = "Engineering", ".E" = "Engineering",
":S" = "Security", "#S" = "Security", ".S" = "Security",
":W" = "whisper", "#W" = "whisper", ".W" = "whisper",