Corrected lose message grammar. Should be "Loser", not "Looser".
pull/583/head
Fscked-In-The-Head 2020-10-22 14:19:19 -07:00 committed by GitHub
parent e17b018f29
commit a1d7a5480d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ function hitMe() {
if(playerWeight == 21)
EndGameMessdage('WINNER');
else if(playerWeight > 21)
EndGameMessdage('LOOSER');
EndGameMessdage('LOSER');
}
function calcWeight(hand, hideCard) {
@ -188,4 +188,4 @@ setWatch(hitMe, BTN4, {repeat:true, edge:"falling"});
setWatch(stand, BTN5, {repeat:true, edge:"falling"});
setWatch(startGame, BTN1, {repeat:true, edge:"falling"});
startGame();
startGame();