Merge pull request #5286 from Fox-McCloud/sound-defines

Sound Defines
This commit is contained in:
TheDZD
2016-08-02 13:34:42 -04:00
committed by GitHub
3 changed files with 6 additions and 7 deletions
-2
View File
@@ -39,8 +39,6 @@ var/list/ricochet = list('sound/weapons/effects/ric1.ogg', 'sound/weapons/effect
if(T && T.z == turf_source.z)
M.playsound_local(turf_source, soundin, vol, vary, frequency, falloff, is_global, S)
var/const/FALLOFF_SOUNDS = 0.5
/mob/proc/playsound_local(var/turf/turf_source, soundin, vol as num, vary, frequency, falloff, is_global, sound/S)
if(!src.client || ear_deaf > 0)
return