mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-08 16:32:54 +00:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user