From d97e62ecd84fe26e5f47f31ca90b69d2fa27ae32 Mon Sep 17 00:00:00 2001 From: Albert Iordache Date: Sat, 3 Dec 2011 23:01:30 +0200 Subject: [PATCH] Modified the transmission delay to 0, to allow people to broadcast on the radio at the same time. --- code/game/objects/radio/radio.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/radio/radio.dm b/code/game/objects/radio/radio.dm index 1f22b6a4645..c17e537e641 100644 --- a/code/game/objects/radio/radio.dm +++ b/code/game/objects/radio/radio.dm @@ -27,7 +27,7 @@ WIRE_SIGNAL = 1 //sends a signal, like to set off a bomb or electrocute someone WIRE_RECEIVE = 2 WIRE_TRANSMIT = 4 - TRANSMISSION_DELAY = 5 // only 2/second/radio + TRANSMISSION_DELAY = 0 // only 2/second/radio FREQ_LISTENING = 1 //FREQ_BROADCASTING = 2