diff --git a/code/game/sound.dm b/code/game/sound.dm index a77c794dec1..7ef9fbf6593 100644 --- a/code/game/sound.dm +++ b/code/game/sound.dm @@ -91,7 +91,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 ("Port Primary Hallway") sound = pick('ambiruntime.ogg, ambistat.ogg') + if ("Port Primary Hallway") sound = pick('ambiruntime.ogg', 'ambistat.ogg') if ("Bar") sound = pick('ambibar.ogg') if ("Locker Room") sound = pick('ambiruntime.ogg','ambistat.ogg') if ("Primary Tool Storage") sound = pick('ambiruntime.ogg','ambistat.ogg')