SNPC verb hotfix

This commit is contained in:
Sawu
2016-03-02 22:05:23 +11:00
parent 7538670573
commit a932be993f
+2 -1
View File
@@ -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,