Merge pull request #13727 from Heroman3003/spicefix

Fixes runtime with admin spice
This commit is contained in:
Novacat
2022-09-14 22:48:30 +00:00
committed by CHOMPStation2
parent bc2886f4c5
commit 175a4748a1
+3 -2
View File
@@ -34,5 +34,6 @@
//if they requested spice, then remove spice verb temporarily to prevent spamming
usr.verbs -= /client/verb/adminspice
spawn(6000)
usr.verbs += /client/verb/adminspice // 10 minute cool-down for spice request
spawn(10 MINUTES)
if(usr) // In case we left in the 10 minute cooldown
usr.verbs += /client/verb/adminspice // 10 minute cool-down for spice request