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
This commit is contained in:
petethegoat@gmail.com
2011-12-03 03:06:54 +00:00
parent a6ac7c7f31
commit 598fe6e961

View File

@@ -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')