From a932be993f5445442cdf28c510e02384184855cc Mon Sep 17 00:00:00 2001 From: Sawu Date: Wed, 2 Mar 2016 22:05:23 +1100 Subject: [PATCH] SNPC verb hotfix --- code/modules/admin/admin_verbs.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index ea6182af0bb..a3ff5258049 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -62,7 +62,8 @@ var/list/admin_verbs_admin = list( /client/proc/cmd_admin_create_centcom_report, /client/proc/cmd_change_command_name, /client/proc/toggle_antag_hud, /*toggle display of the admin antag hud*/ - /client/proc/toggle_AI_interact /*toggle admin ability to interact with machines as an AI*/ + /client/proc/toggle_AI_interact, /*toggle admin ability to interact with machines as an AI*/ + /client/proc/customiseSNPC /* Customise any interactive crewmembers in the world */ ) var/list/admin_verbs_ban = list( /client/proc/unban_panel,