mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Admin Verb Datums MkIII | Now with functional command bar (#82511)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
ADMIN_VERB_AND_CONTEXT_MENU(debug_variables, R_NONE, "View Variables", "View the variables of a datum.", ADMIN_CATEGORY_DEBUG, datum/thing in world)
|
||||
user.debug_variables(thing)
|
||||
|
||||
// This is kept as a seperate proc because admins are able to show VV to non-admins
|
||||
/client/proc/debug_variables(datum/thing in world)
|
||||
set category = "Debug"
|
||||
set name = "View Variables"
|
||||
|
||||
Reference in New Issue
Block a user