From a11eacc8b8eee97b4f688a0444a8ff07b2df6c6f Mon Sep 17 00:00:00 2001 From: MrStonedOne Date: Tue, 7 Oct 2014 15:30:42 -0700 Subject: [PATCH] fixes issue preventing admins from using hotkey mode --- 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 040cf890a2d..b7bd3c8019c 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -452,7 +452,7 @@ var/list/admin_verbs_hideable = list( /client/proc/object_say(var/obj/O in world) set category = "Special Verbs" - set name = "Object Say" + set name = "OSay" set desc = "Makes an object say something." var/message = input(usr, "What do you want the message to be?", "Make Sound") as text | null if(!message)