From 3a8bc5c40baf9a1d02493663b236fca8c1fde281 Mon Sep 17 00:00:00 2001 From: "daelith.rhedynfre" Date: Sun, 23 Jan 2011 23:53:49 +0000 Subject: [PATCH] Commented out the offending portion of the code git-svn-id: http://tgstation13.googlecode.com/svn/trunk@909 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/mecha/combat/honker.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/mecha/combat/honker.dm b/code/game/mecha/combat/honker.dm index 75dff65afac..8ab894cb2a9 100644 --- a/code/game/mecha/combat/honker.dm +++ b/code/game/mecha/combat/honker.dm @@ -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")