Merge pull request #4870 from Kyep/specops_fix

Fixes NTSpecOps Radios
This commit is contained in:
Fox McCloud
2016-07-05 20:00:21 -04:00
committed by GitHub
3 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ var/list/department_radio_keys = list(
":T" = "Syndicate", "#T" = "Syndicate", ".T" = "Syndicate",
":U" = "Supply", "#U" = "Supply", ".U" = "Supply",
":Z" = "Service", "#Z" = "Service", ".Z" = "Service",
":P" = "AI Private", "#P" = "AI Private", ".P" = "AI Private"
":P" = "AI Private", "#P" = "AI Private", ".P" = "AI Private",
":-" = "Special Ops", "#-" = "Special Ops", ".-" = "Special Ops"
)