Skip to content

Commit

Permalink
kills staffwho 1984
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 22, 2023
1 parent 460cca6 commit eb00ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/verbs/who.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
show_browser(usr, dat, "Who", "who", "size=600x800")


/client/verb/staffwho()
/client/proc/staffwho()
set name = "Staffwho"
set category = "Admin"

Expand Down
1 change: 1 addition & 0 deletions code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit eb00ef4

Please sign in to comment.