mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Adds Datum Tagging for admins (#62982)
This commit is contained in:
@@ -130,3 +130,17 @@
|
||||
return
|
||||
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"
|
||||
keybind_signal = COMSIG_KB_ADMIN_VIEWTAGS_DOWN
|
||||
|
||||
/datum/keybinding/admin/view_tags/down(client/user)
|
||||
. = ..()
|
||||
if(.)
|
||||
return
|
||||
user.holder?.display_tags()
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user