mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
fixes issue preventing admins from using hotkey mode
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user