mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-09 15:15:34 +01:00
Redoes the admin verb define to require passing in an Admin Visible Name, and restores the usage of '-' for the verb bar when you want to call verbs from the command bar. Also cleans up and organizes the backend for drawing verbs to make it easier in the future for me to make it look better (#73214)
## About The Pull Request Damn that's a long title. Admin Verbs can be used in the verb bar with hyphens instead of spaces again. ## Why It's Good For The Game Admin muscle memory ## Changelog
This commit is contained in:
@@ -234,7 +234,7 @@
|
||||
. = ..()
|
||||
qdel(src)
|
||||
|
||||
ADMIN_VERB(debug, open_lua_editor, "", R_DEBUG)
|
||||
ADMIN_VERB(debug, open_lua_editor, "Open Lua Editor", "", R_DEBUG)
|
||||
if(SSlua.initialized != TRUE)
|
||||
to_chat(usr, span_warning("SSlua is not initialized!"))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user