From 1c1928c2a53407ca254ab0164120116f0c6a9d76 Mon Sep 17 00:00:00 2001 From: CPTANT Date: Wed, 23 Aug 2017 22:29:42 +0200 Subject: [PATCH] reduces communications cooldown --- 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 1380d119e2e..7a8748c20fa 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"