From cd5f0885ff0a12a8f197c1991b524ba7528225c2 Mon Sep 17 00:00:00 2001 From: meyar Date: Sat, 18 May 2013 09:06:36 -0400 Subject: [PATCH] Adds ERT radio Makes the ERT frequency accessable --- code/game/communications.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/communications.dm b/code/game/communications.dm index e3a42c0fb0..ce2dc9acb5 100644 --- a/code/game/communications.dm +++ b/code/game/communications.dm @@ -105,11 +105,12 @@ var/list/radiochannels = list( "Engineering" = 1357, "Security" = 1359, "Deathsquad" = 1441, + "Response Team" = 1439, "Syndicate" = 1213, "Supply" = 1347, ) //depenging helpers -var/list/DEPT_FREQS = list(1351,1355,1357,1359,1213,1441,1347) +var/list/DEPT_FREQS = list(1351,1355,1357,1359,1213,1439,1441,1347) var/const/COMM_FREQ = 1353 //command, colored gold in chat window var/const/SYND_FREQ = 1213