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")