Welp, o is in use as well. I think ! should be unused, though. I've checked all the places I can think of, but maybe I overlooked some.

This commit is contained in:
TDSSS
2017-10-23 00:42:40 +02:00
parent bf157f7ac1
commit e83e8d581c
+1 -2
View File
@@ -14,7 +14,6 @@ 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",
":o" = "Response Team", "#o" = "Response Team", ".o" = "Response Team",
":x" = "cords", "#x" = "cords", ".x" = "cords",
":R" = "right ear", "#R" = "right ear", ".R" = "right ear",
@@ -31,7 +30,7 @@ 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",
":O" = "Response Team", "#O" = "Response Team", ".O" = "Response Team",
":!" = "Response Team", "#!" = "Response Team", ".!" = "Response Team",
":-" = "Special Ops", "#-" = "Special Ops", ".-" = "Special Ops",
":_" = "SyndTeam", "#_" = "SyndTeam", "._" = "SyndTeam",
":X" = "cords", "#X" = "cords", ".X" = "cords"