Why the fuck did we not have this already? (#4755)

This commit is contained in:
TheDZD
2016-06-24 09:30:43 -04:00
committed by Fox McCloud
parent 9df0329088
commit dca7189b9c
2 changed files with 26 additions and 2 deletions
+2 -1
View File
@@ -72,7 +72,8 @@ var/list/admin_verbs_admin = list(
/client/proc/change_human_appearance_admin, /* Allows an admin to change the basic appearance of human-based mobs */
/client/proc/change_human_appearance_self, /* Allows the human-based mob itself change its basic appearance */
/client/proc/debug_variables,
/client/proc/show_snpc_verbs
/client/proc/show_snpc_verbs,
/client/proc/reset_all_tcs /*resets all telecomms scripts*/
)
var/list/admin_verbs_ban = list(
/client/proc/unban_panel,