Removed hide most verb

Removed the remaining code for "hide most" verb as its now not needed after the reshuffle
This commit is contained in:
peoplearestrange
2020-02-04 15:25:44 +00:00
committed by GitHub
parent 5c2166adae
commit e7de94132e
-3
View File
@@ -7,7 +7,6 @@ GLOBAL_PROTECT(admin_verbs_default)
/client/proc/deadmin, /*destroys our own admin datum so we can play as a regular player*/
/client/proc/cmd_admin_say, /*admin-only ooc chat*/
/client/proc/hide_verbs, /*hides all our adminverbs*/
/client/proc/hide_most_verbs, /*hides all our hideable adminverbs*/
/client/proc/debug_variables, /*allows us to -see- the variables of any instance in the game. +VAREDIT needed to modify*/
/client/proc/dsay, /*talk in deadchat using our ckey/fakekey*/
/client/proc/investigate_show, /*various admintools for investigation. Such as a singulo grief-log*/
@@ -296,8 +295,6 @@ GLOBAL_PROTECT(admin_verbs_hideable)
/client/proc/readmin
)
/client/proc/hide_most_verbs()//Allows you to keep some functionality while hiding some verbs
/client/proc/hide_verbs()
set name = "Adminverbs - Hide All"
set category = "Administration"