Merge pull request #5624 from Kyep/syndie_radio

Creates Syndicate Team Radio Frequency
This commit is contained in:
Fox McCloud
2016-09-12 14:36:31 -04:00
committed by GitHub
9 changed files with 38 additions and 21 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ var/list/department_radio_keys = list(
":U" = "Supply", "#U" = "Supply", ".U" = "Supply",
":Z" = "Service", "#Z" = "Service", ".Z" = "Service",
":P" = "AI Private", "#P" = "AI Private", ".P" = "AI Private",
":-" = "Special Ops", "#-" = "Special Ops", ".-" = "Special Ops"
":-" = "Special Ops", "#-" = "Special Ops", ".-" = "Special Ops",
":_" = "SyndTeam", "#_" = "SyndTeam", "._" = "SyndTeam"
)