* Fixes certain objects not using 3D sounds.

* Gave the piano a bigger falloff.
 * Capped the sound x/z to 7.
This commit is contained in:
Giacomand
2013-11-21 23:50:53 +00:00
parent 5322a6cb62
commit 17fd5d6cdc
3 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
// and play
var/turf/source = get_turf(instrumentObj)
for(var/mob/M in hearers(15, source))
M.playsound_local(source, file(soundfile), 100, falloff = 2)
M.playsound_local(source, file(soundfile), 100, falloff = 5)
/datum/song/proc/updateDialog(mob/user as mob)
instrumentObj.updateDialog() // assumes it's an object in world, override if otherwise