This commit is contained in:
alberyk
2021-09-23 23:07:28 -03:00
parent b75cb00b14
commit ae15e82f76
63 changed files with 432 additions and 727 deletions
+3 -3
View File
@@ -17,7 +17,7 @@ var/list/department_radio_keys = list(
":b" = "Burglar", ".b" = "Burglar",
":j" = "Bluespace", ".j" = "Bluespace",
":q" = "Ninja", ".q" = "Ninja",
":u" = "Supply", ".u" = "Supply",
":u" = "Operations", ".u" = "Operations",
":v" = "Service", ".v" = "Service",
":p" = "AI Private", ".p" = "AI Private",
":z" = "Entertainment",".z" = "Entertainment",
@@ -39,7 +39,7 @@ var/list/department_radio_keys = list(
":B" = "Burglar", ".B" = "Burglar",
":J" = "Bluespace", ".J" = "Bluespace",
":Q" = "Ninja", ".Q" = "Ninja",
":U" = "Supply", ".U" = "Supply",
":U" = "Operations", ".U" = "Operations",
":V" = "Service", ".V" = "Service",
":P" = "AI Private", ".P" = "AI Private",
":Z" = "Entertainment",".Z" = "Entertainment",
@@ -57,7 +57,7 @@ var/list/department_radio_keys = list(
":û" = "Security", ".û" = "Security",
":ö" = "whisper", ".ö" = "whisper",
":å" = "Mercenary", ".å" = "Mercenary",
":é" = "Supply", ".é" = "Supply"
":é" = "Operations", ".é" = "Operations"
)
@@ -211,7 +211,7 @@
available_channels.Add(":m")
if("Mining")
available_channels.Add(":d")
if("Cargo")
if("Operations")
available_channels.Add(":q")
else
..()