From 30f5874ca861fcccee4751e6a3f39ea077ef77c8 Mon Sep 17 00:00:00 2001 From: Markolie Date: Tue, 8 Nov 2016 18:08:52 +0100 Subject: [PATCH] Reduce the cooldown to 1 second --- code/__DEFINES/misc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__DEFINES/misc.dm b/code/__DEFINES/misc.dm index e271654146c..6b9f2b4a9a1 100644 --- a/code/__DEFINES/misc.dm +++ b/code/__DEFINES/misc.dm @@ -289,4 +289,4 @@ #define SHELTER_DEPLOY_ANCHORED_OBJECTS "anchored objects" // The cooldown on OOC messages such as OOC, LOOC, praying and adminhelps -#define OOC_COOLDOWN 20 +#define OOC_COOLDOWN 10