Commented out the offending portion of the code

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@909 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
daelith.rhedynfre
2011-01-23 23:53:49 +00:00
parent 39dd425219
commit 3a8bc5c40b

View File

@@ -74,14 +74,14 @@
return result
/obj/mecha/combat/honker/Topic(href, href_list)
/*obj/mecha/combat/honker/Topic(href, href_list)
..()
if (href_list["play_sound"])
switch(href_list["play_sound"])
if("sadtrombone")
playsound(src, 'sadtrombone.ogg', 50)
// playsound(src, 'sadtrombone.ogg', 50)
return
*/
proc/rand_hex_color()
var/list/colors = list("0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f")