More updates to Last Stand, added the blood eagle fatality.

This commit is contained in:
Storm Dragon 2014-05-09 12:37:59 -04:00
parent 2dac410117
commit 3842696684
2 changed files with 6 additions and 3 deletions

View File

@ -13,9 +13,12 @@ local sound="chopper"
"kijl" | "desf")
local sound="breaker"
;;
"kkik" | "dded")
"lijk" | "fesd")
local sound="king_of_the_hill"
;;
"kill" | "deff")
local sound="blood_eagle"
;;
esac
play -qV0 sounds/$sound.ogg
}
@ -242,8 +245,8 @@ bonus="false"
key=""
done
play_stop_bgm stop
if [ -f "$sound/lose.ogg" ] ; then
play -qV0 $(shuf -n 1 -e $sound/lose*ogg)
if [ -f "sounds/lose.ogg" ] ; then
play -qV0 $(shuf -n 1 -e sounds/lose*ogg)
fi
echo
read -n 1 -p "Play again? " answer

Binary file not shown.