Moar Event stuff

This commit is contained in:
ZomgPonies
2014-06-21 07:12:55 -04:00
parent 65785a2ee1
commit c6da7fdcdb
6 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// verb for admins to set custom event
/client/proc/cmd_admin_change_custom_event()
set category = "OOC"
set category = "Event"
set name = "Change Custom Event"
if(!holder)
+1 -1
View File
@@ -363,7 +363,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
feedback_add_details("admin_verb","MPWN") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/cmd_debug_tog_aliens()
set category = "Server"
set category = "Event"
set name = "Toggle Aliens"
aliens_allowed = !aliens_allowed
+3 -1
View File
@@ -1,7 +1,9 @@
client/proc/one_click_antag()
set name = "Create Antagonist"
set desc = "Auto-create an antagonist of your choice"
set category = "Admin"
set category = "Event"
if(!check_rights(R_SERVER|R_EVENT)) return
if(holder)
holder.one_click_antag()