See PR comment
This commit is contained in:
Kyep
2016-07-30 19:58:04 -07:00
parent 96d3601bfc
commit 8a4dc07f70
13 changed files with 206 additions and 95 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
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/cmd_mentor_check_new_players
/client/proc/cmd_mentor_check_new_players,
/client/proc/cmd_mentor_check_player_exp
)
var/list/admin_verbs_admin = list(
/client/proc/check_antagonists, /*shows all antags*/