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

Binary file not shown.