From fb29f28a9693cd0cfdd9219d07ca7afac8feb4d9 Mon Sep 17 00:00:00 2001 From: Necaladun Date: Tue, 15 Apr 2014 00:29:29 +0930 Subject: [PATCH] Emergency Message Cooldown Dropped from 10 to 1 minute so people can actual hold a bit of conversation with CC if needed. If they spam, BSA is still there. --- code/WorkInProgress/computer3/computers/communications.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/WorkInProgress/computer3/computers/communications.dm b/code/WorkInProgress/computer3/computers/communications.dm index 01351dc4863..23b2540ade3 100644 --- a/code/WorkInProgress/computer3/computers/communications.dm +++ b/code/WorkInProgress/computer3/computers/communications.dm @@ -191,7 +191,7 @@ usr << "Message transmitted." log_say("[key_name(usr)] has made a Centcomm announcement: [input]") centcomm_message_cooldown = 1 - spawn(6000)//10 minute cooldown + spawn(600)//10 minute cooldown centcomm_message_cooldown = 0 @@ -208,7 +208,7 @@ usr << "Message transmitted." log_say("[key_name(usr)] has made a Syndicate announcement: [input]") centcomm_message_cooldown = 1 - spawn(6000)//10 minute cooldown + spawn(600)//10 minute cooldown centcomm_message_cooldown = 0 if("RestoreBackup" in href_list)