From 598fe6e961e43f8d37cf2ee6e5e4f059c30490e6 Mon Sep 17 00:00:00 2001 From: "petethegoat@gmail.com" Date: Sat, 3 Dec 2011 03:06:54 +0000 Subject: [PATCH] r2593: LASTY BROKE EVERYTHING PANIC EDITION But it's okay we still love you. (fixed some missing apostrophes that were causing compile errors) git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2594 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 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')