From c04f442b0a48fab581cb293d1edeff4942612ecb Mon Sep 17 00:00:00 2001 From: Michael Shirt Date: Thu, 13 Oct 2016 00:33:28 -0600 Subject: [PATCH] Adding step sfx for the blue mineshaft --- scripts/Data_Footsteps.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/Data_Footsteps.rb b/scripts/Data_Footsteps.rb index 8e54351..9e775fb 100644 --- a/scripts/Data_Footsteps.rb +++ b/scripts/Data_Footsteps.rb @@ -49,7 +49,8 @@ FOOTSTEP_SFX = [ ['step_tile', 'step_wood'], # Blue mineshaft - [], + ['step_gravel', + 'step_wood'], # Tower [], ]