We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bf6ae commit f30c516Copy full SHA for f30c516
monkestation/interface/interface.dm
@@ -1,7 +1,7 @@
1
/client/verb/show_tickets()
2
set name = "tickets"
3
set desc = "Show list of tickets"
4
- set hidden = TRUE
+ set category = "Admin"
5
6
if(holder)
7
GLOB.ahelp_tickets.ui_interact(usr)
0 commit comments