More updates to Last Stand, added the blood eagle fatality.
This commit is contained in:
parent
2dac410117
commit
3842696684
@ -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
|
||||||
|
BIN
last-stand/sounds/blood_eagle.ogg
Normal file
BIN
last-stand/sounds/blood_eagle.ogg
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user