Common and Entertainment Keys (#8541)

Standard Encryption Keys now come with both Common and Entertainment channels in-built.
This commit is contained in:
Geeves
2020-04-05 21:16:07 +03:00
committed by GitHub
parent 22b29ae2a9
commit 760595049a
7 changed files with 81 additions and 59 deletions
+2
View File
@@ -4,6 +4,7 @@ var/list/department_radio_keys = list(
":i" = "intercom", ".i" = "intercom",
":h" = "department", ".h" = "department",
":+" = "special", ".+" = "special", //activate radio-specific special functions
":a" = "Common", ".a" = "Common",
":c" = "Command", ".c" = "Command",
":n" = "Science", ".n" = "Science",
":m" = "Medical", ".m" = "Medical",
@@ -21,6 +22,7 @@ var/list/department_radio_keys = list(
":L" = "left ear", ".L" = "left ear",
":I" = "intercom", ".I" = "intercom",
":H" = "department", ".H" = "department",
":A" = "Common", ".A" = "Common",
":C" = "Command", ".C" = "Command",
":N" = "Science", ".N" = "Science",
":M" = "Medical", ".M" = "Medical",