From 49face10069a0208b994ffff44c798466130e534 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Thu, 10 Nov 2016 17:49:20 -0600 Subject: [PATCH] Might fix Travis --- code/modules/admin/admin_verbs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index f50e2106b0..0c059517d3 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -24,7 +24,7 @@ var/list/admin_verbs_admin = list( /datum/admins/proc/toggleenter, //toggles whether people can join the current game, /datum/admins/proc/toggleguests, //toggles whether guests can join the current game, /datum/admins/proc/announce, //priority announce something to all clients., - /datum/admins/proc/intercom, //send a fake intercom message, like an arrivals announcement + /datum/admins/proc/intercom, //send a fake intercom message, like an arrivals announcement, /client/proc/colorooc, //allows us to set a custom colour for everythign we say in ooc, /client/proc/admin_ghost, //allows us to ghost/reenter body at will, /client/proc/toggle_view_range, //changes how far we can see,