Adds footsteps (#39389)

Walking instead of running will reduce the noise, making it now more useful to gameplay.
Plating and wood makes a lot of noise, floor and carpet are quieter.

Range and volume may need to be balanced later on.

Oh, I reorganized some sound files too - the ones beepsky and medbot uses.
This commit is contained in:
nicbn
2018-08-26 12:52:31 +12:00
committed by oranges
parent 59fdfe29bd
commit 208edbc1b2
119 changed files with 252 additions and 35 deletions
+1 -1
View File
@@ -795,7 +795,7 @@ GLOBAL_LIST_INIT(hallucination_list, list(
if("alarm")
target.playsound_local(source, 'sound/machines/alarm.ogg', 100, 0)
if("beepsky")
target.playsound_local(source, 'sound/voice/bfreeze.ogg', 35, 0)
target.playsound_local(source, 'sound/voice/beepsky/freeze.ogg', 35, 0)
if("mech")
var/mech_dir = pick(GLOB.cardinals)
for(var/i in 1 to rand(4,9))