From 483d31dee88f5e41541b8913ab036a3327d6ce55 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 24 Aug 2017 20:27:47 -0500 Subject: [PATCH] reduces communications cooldown (#2483) --- code/controllers/subsystem/communications.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/controllers/subsystem/communications.dm b/code/controllers/subsystem/communications.dm index 930902e1e6..d3ad7d1c96 100644 --- a/code/controllers/subsystem/communications.dm +++ b/code/controllers/subsystem/communications.dm @@ -1,5 +1,5 @@ -#define COMMUNICATION_COOLDOWN 600 -#define COMMUNICATION_COOLDOWN_AI 600 +#define COMMUNICATION_COOLDOWN 300 +#define COMMUNICATION_COOLDOWN_AI 300 SUBSYSTEM_DEF(communications) name = "Communications"