1
0
Fork 0

Merge pull request #583 from Fscked-In-The-Head/patch-1

Spelling
master
Gordon Williams 2020-10-23 08:16:10 +01:00 committed by GitHub
commit 6f2dd10b17
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();