Oh man I am not good with code pls to halp

This commit is contained in:
Isaac Erwin
2016-08-11 17:56:48 -04:00
parent 6d0911b3b5
commit 0428c0d68a
+2 -3
View File
@@ -737,9 +737,8 @@
return
cooldown = 1
to_chat(usr, "<span class='notice'>Your request has been recieved by Centcom.</span>")
for(var/client/A in admins)
if(check_rights(R_SERVER|R_EVENT, 0, A.mob))
to_chat(A, "<b>FERRY: <font color='blue'>[key_name_admin(usr)] (<A HREF='?_src_=holder;secretsfun=moveferry'>Move Ferry</a>)</b> is requesting to move the transport ferry to Centcom.</font>")
log_admin("[key_name(usr)] requested to move the transport ferry to Centcom.")
message_admins("<b>FERRY: <font color='blue'>[key_name_admin(usr)] (<A HREF='?_src_=holder;secretsfun=moveferry'>Move Ferry</a>)</b> is requesting to move the transport ferry to Centcom.</font>")
spawn(600) //One minute cooldown
cooldown = 0