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
+4
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 = ""