From 8c1f50297a4d35ade63f9fd6b0b231b5087cc79e Mon Sep 17 00:00:00 2001 From: "LastBattaWolf@hotmail.com" Date: Wed, 14 Dec 2011 14:02:43 +0000 Subject: [PATCH] removed title music from bar git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2682 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/sound.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/sound.dm b/code/game/sound.dm index e917242adef..9a67475901a 100644 --- a/code/game/sound.dm +++ b/code/game/sound.dm @@ -94,7 +94,7 @@ client/verb/Toggle_Soundscape() if ("AI Sat Ext") sound = pick('ambiruntime.ogg','ambimalf.ogg') if ("AI Satellite") sound = pick('ambimalf.ogg') if ("AI Satellite Teleporter Room") sound = pick('ambiruntime.ogg','ambimalf.ogg') - if ("Bar") sound = pick('title1.ogg') + if ("Bar") sound = pick('null.ogg') if ("AI Upload Foyer") sound = pick('ambimalf.ogg', 'null.ogg') if ("AI Upload Chamber") sound = pick('ambimalf.ogg','null.ogg') if ("Mine")