admins are thing

thing of admins
This commit is contained in:
Sometinyprick
2015-02-13 17:00:51 +00:00
parent bc8c8cdcbd
commit 2cbff9e2dd
2 changed files with 7 additions and 0 deletions

View File

@@ -91,6 +91,9 @@
if(!src.holder) return
var/confirm = alert("Are you sure you want to reload all admins?", "Confirm", "Yes", "No")
if(confirm !="Yes") return
message_admins("[key_name_admin(usr)] manually reloaded admins")
load_admins()
feedback_add_details("admin_verb","RLDA") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!

View File

@@ -767,6 +767,10 @@ Traitors and the like can also be revived with the previous role mostly intact.
if(!holder)
usr << "Admin only."
return
var/confirm = alert(src, "You sure you want to blank all NTSL scripts?", "Confirm", "Yes", "No")
if(confirm !="Yes") return
for(var/obj/machinery/telecomms/server/S in telecomms_list)
var/datum/TCS_Compiler/C = S.Compiler
S.rawcode = ""