[MIRROR] Server maint subsystem (#9408)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-11-04 14:00:41 -07:00
committed by GitHub
parent 4f9bd4462d
commit f72f2f8c89
225 changed files with 689 additions and 683 deletions

View File

@@ -224,7 +224,7 @@
/client/proc/forceEvent(var/type in SSevents.allEvents)
set name = "Trigger Event (Debug Only)"
set category = "Debug.Dangerous" //CHOMPEdit
set category = "Debug.Dangerous"
if(!holder)
return
@@ -235,6 +235,6 @@
/client/proc/event_manager_panel()
set name = "Event Manager Panel"
set category = "Admin.Events" //CHOMPEdit
set category = "Admin.Events"
SSevents.Interact(usr)
feedback_add_details("admin_verb","EMP") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!