removed a first hit sound from enemies.
This commit is contained in:
parent
a60b86721c
commit
7601daf557
@ -194,6 +194,7 @@ cpuDefence="$(echo "$cpuInfo" | cut -d ':' -f 3)"
|
|||||||
cpuPrecision="$(echo "$cpuInfo" | cut -d ':' -f 4)"
|
cpuPrecision="$(echo "$cpuInfo" | cut -d ':' -f 4)"
|
||||||
cpuVoice="$(echo "$cpuInfo" | cut -d ':' -f 5)"
|
cpuVoice="$(echo "$cpuInfo" | cut -d ':' -f 5)"
|
||||||
speak_verses "$cpuName" $cpuVoice
|
speak_verses "$cpuName" $cpuVoice
|
||||||
|
key=""
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
playerSound="blocked"
|
playerSound="blocked"
|
||||||
|
Loading…
Reference in New Issue
Block a user