push
This commit is contained in:
@@ -94,3 +94,16 @@
|
||||
/datum/keybinding/admin/readmin/down(client/user)
|
||||
user.readmin()
|
||||
return TRUE
|
||||
|
||||
/datum/keybinding/admin/view_tags
|
||||
hotkey_keys = list("F9")
|
||||
name = "view_tags"
|
||||
full_name = "View Tags"
|
||||
description = "Open the View-Tags menu"
|
||||
|
||||
/datum/keybinding/admin/view_tags/down(client/user)
|
||||
. = ..()
|
||||
if(.)
|
||||
return
|
||||
user.holder?.display_tags()
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user