mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Adds Oversight radio to Magistrate, AI, Captain, NT Rep, and IAA
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" = "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",
|
||||
|
||||
Reference in New Issue
Block a user