Fix jackboot sound

This commit is contained in:
ZomgPonies
2014-07-28 14:17:48 -04:00
parent be8da47760
commit 75c691f112
+1
View File
@@ -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)