From eb00ef401387bc7feb4d62a6ec38fefd4a5fdf9d Mon Sep 17 00:00:00 2001 From: Morrow Date: Sun, 22 Oct 2023 03:41:48 -0400 Subject: [PATCH] kills staffwho 1984 --- code/game/verbs/who.dm | 2 +- code/modules/admin/admin_verbs.dm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/verbs/who.dm b/code/game/verbs/who.dm index 8a249d297c..7c647f5dcf 100644 --- a/code/game/verbs/who.dm +++ b/code/game/verbs/who.dm @@ -151,7 +151,7 @@ show_browser(usr, dat, "Who", "who", "size=600x800") -/client/verb/staffwho() +/client/proc/staffwho() set name = "Staffwho" set category = "Admin" diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 11d47993a2..06499ba0af 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -69,6 +69,7 @@ var/list/admin_verbs_default = list( /client/proc/toggle_ares_ping, /client/proc/cmd_admin_say, /*staff-only ooc chat*/ /client/proc/cmd_mod_say, /* alternate way of typing asay, no different than cmd_admin_say */ + /client/proc/staffwho, ) var/list/admin_verbs_admin = list(