Fiddling with cooldown times

This commit is contained in:
Kilakk
2013-10-26 13:35:31 -04:00
parent 133a06ddc4
commit 1ed2ea6ec2

View File

@@ -96,13 +96,15 @@ var/list/alldepartments = list("Central Command")
if(dpt == "Central Command") if(dpt == "Central Command")
Centcomm_fax(tofax.info, tofax.name, usr) Centcomm_fax(tofax.info, tofax.name, usr)
sendcooldown = 1800
else else
SendFax(tofax.info, tofax.name, usr, dpt) SendFax(tofax.info, tofax.name, usr, dpt)
sendcooldown = 600
usr << "Message transmitted successfully." usr << "Message transmitted successfully."
sendcooldown = 1
spawn(3000) // three minute cooldown. might mess with this number a bit as time goes on spawn(sendcooldown) // cooldown time
sendcooldown = 0 sendcooldown = 0
if(href_list["remove"]) if(href_list["remove"])