From e51356209ed5dd3067dee90de66930823b1e3df5 Mon Sep 17 00:00:00 2001 From: if there were two guys on the moon Date: Sat, 27 Jul 2019 19:21:21 +0100 Subject: [PATCH] 10 min CD --- code/modules/admin/verbs/adminhelp_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/verbs/adminhelp_vr.dm b/code/modules/admin/verbs/adminhelp_vr.dm index c44cceddc0..8d27022ae4 100644 --- a/code/modules/admin/verbs/adminhelp_vr.dm +++ b/code/modules/admin/verbs/adminhelp_vr.dm @@ -32,5 +32,5 @@ //if they requested spice, then remove spice verb temporarily to prevent spamming usr.verbs -= /client/verb/adminspice - spawn(1200) - usr.verbs += /client/verb/adminspice // 2 minute cool-down for spice request + spawn(6000) + usr.verbs += /client/verb/adminspice // 10 minute cool-down for spice request