more say bugfixes

This commit is contained in:
Miauw
2014-08-29 14:40:51 +02:00
parent 761d02577d
commit 98d567dde7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -494,10 +494,10 @@ var/list/admin_verbs_hideable = list(
/client/proc/make_sound(var/obj/O in world)
set category = "Special Verbs"
set name = "Object Say"
set name = "Osay"
set desc = "Makes an object say something."
if(istype(O))
var/message = input("What do you want the message to be?", "Make Sound") as text|null
var/message = input("What do you want the message to be?", "Make Sound") as text | null
if(!message)
return
var/templanguages = O.languages