Skip to content

Commit f30c516

Browse files
committed
Unhides the tickets verb so it can be typed in the command bar
1 parent a5bf6ae commit f30c516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monkestation/interface/interface.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/client/verb/show_tickets()
22
set name = "tickets"
33
set desc = "Show list of tickets"
4-
set hidden = TRUE
4+
set category = "Admin"
55

66
if(holder)
77
GLOB.ahelp_tickets.ui_interact(usr)

0 commit comments

Comments
 (0)