Tg panel patch 2 (#8085)

Co-authored-by: Cadyn Bombaci <cadynspacetechguy@gmail.com>
This commit is contained in:
Kashargul
2024-05-15 13:42:13 +02:00
committed by GitHub
co-authored by Cadyn Bombaci
parent a63a919fcb
commit e28fa96705
264 changed files with 993 additions and 823 deletions
+2 -2
View File
@@ -224,7 +224,7 @@
/client/proc/forceEvent(var/type in SSevents.allEvents)
set name = "Trigger Event (Debug Only)"
set category = "Debug"
set category = "Debug.Dangerous" //CHOMPEdit
if(!holder)
return
@@ -235,6 +235,6 @@
/client/proc/event_manager_panel()
set name = "Event Manager Panel"
set category = "Admin"
set category = "Admin.Events" //CHOMPEdit
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!