From 41d4dad8fa26410025892933a41c639a9851a3ba Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sat, 25 Nov 2017 00:46:43 -0500 Subject: [PATCH] credits CEV eris for the footstep sounds --- modular_citadel/cit_turfs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_citadel/cit_turfs.dm b/modular_citadel/cit_turfs.dm index 57fe54c00c..e26de0920e 100644 --- a/modular_citadel/cit_turfs.dm +++ b/modular_citadel/cit_turfs.dm @@ -11,6 +11,7 @@ /atom var/footstepsoundoverride +//All of these sounds are from CEV Eris as of 11/25/2017, the time when the original PR adding footstep sounds was made. GLOBAL_LIST_INIT(turf_footstep_sounds, list( "floor" = list('modular_citadel/sound/footstep/floor1.ogg','modular_citadel/sound/footstep/floor2.ogg','modular_citadel/sound/footstep/floor3.ogg','modular_citadel/sound/footstep/floor4.ogg','modular_citadel/sound/footstep/floor5.ogg'), "plating" = list('modular_citadel/sound/footstep/plating1.ogg','modular_citadel/sound/footstep/plating2.ogg','modular_citadel/sound/footstep/plating3.ogg','modular_citadel/sound/footstep/plating4.ogg','modular_citadel/sound/footstep/plating5.ogg'),