From 75c691f11216d5024511cd2b47d6286795370d45 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Mon, 28 Jul 2014 14:17:48 -0400 Subject: [PATCH] Fix jackboot sound --- code/game/sound.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/sound.dm b/code/game/sound.dm index dcceb04bc26..4459cd88b96 100644 --- a/code/game/sound.dm +++ b/code/game/sound.dm @@ -94,6 +94,7 @@ var/const/FALLOFF_SOUNDS = 0.5 if ("rustle") soundin = pick(rustle_sound) if ("punch") soundin = pick(punch_sound) if ("clownstep") soundin = pick(clown_sound) + if ("jackboot") soundin = pick(jackboot_sound) if ("swing_hit") soundin = pick(swing_hit_sound) if ("hiss") soundin = pick(hiss_sound) if ("pageturn") soundin = pick(page_sound)