Fixes admin bwoink preference

Non-admin players no longer get the (unusable) verb to toggle it, nor is
its setting respected when PMing them
This commit is contained in:
Krausus
2017-03-10 19:46:35 -05:00
parent 98526aa020
commit a803500489
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -2,6 +2,7 @@
var/list/admin_verbs_default = list(
/client/proc/deadmin_self, /*destroys our own admin datum so we can play as a regular player*/
/client/proc/hide_verbs, /*hides all our adminverbs*/
/client/proc/toggleadminhelpsound, /*toggles whether we hear bwoinks*/
/client/proc/cmd_mentor_check_new_players,
/client/proc/cmd_mentor_check_player_exp /* shows players by playtime */
)