re-add sticky ban, player_panel, increase width of ssd/afk window a bit

This commit is contained in:
SteelSlayer
2019-09-09 10:12:58 -04:00
parent 46ad75ec14
commit 4fb7d83595
6 changed files with 219 additions and 3 deletions
+3 -2
View File
@@ -84,7 +84,8 @@ var/list/admin_verbs_admin = list(
)
var/list/admin_verbs_ban = list(
/client/proc/unban_panel,
/client/proc/jobbans
/client/proc/jobbans,
/client/proc/stickybanpanel
)
var/list/admin_verbs_sounds = list(
/client/proc/play_local_sound,
@@ -363,7 +364,7 @@ var/list/admin_verbs_ticket = list(
/client/proc/player_panel()
set name = "Player Panel"
set category = null
set category = "Admin"
if(!check_rights(R_ADMIN))
return