Changed to list players, and have individual cryo buttons

This commit is contained in:
Kyep
2017-06-12 00:20:18 -07:00
parent 763c9fb84b
commit 5c2aa2208e
5 changed files with 44 additions and 42 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ var/list/admin_verbs_admin = list(
/client/proc/reset_all_tcs, /*resets all telecomms scripts*/
/client/proc/toggle_mentor_chat,
/client/proc/toggle_advanced_interaction, /*toggle admin ability to interact with not only machines, but also atoms such as buttons and doors*/
/client/proc/cryo_ssds,
/client/proc/list_ssds,
)
var/list/admin_verbs_ban = list(
/client/proc/unban_panel,