From 7601daf557f5915405ae26f020c23ea56a187442 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 9 May 2014 00:22:55 -0400 Subject: [PATCH] removed a first hit sound from enemies. --- last-stand/last-stand | 1 + 1 file changed, 1 insertion(+) diff --git a/last-stand/last-stand b/last-stand/last-stand index cd15302..1859853 100755 --- a/last-stand/last-stand +++ b/last-stand/last-stand @@ -194,6 +194,7 @@ cpuDefence="$(echo "$cpuInfo" | cut -d ':' -f 3)" cpuPrecision="$(echo "$cpuInfo" | cut -d ':' -f 4)" cpuVoice="$(echo "$cpuInfo" | cut -d ':' -f 5)" speak_verses "$cpuName" $cpuVoice +key="" fi else playerSound="blocked"