1
0
Fork 0

Merge branch 'master' of github.com:espruino/BangleApps

master
Gordon Williams 2020-10-23 15:49:27 +01:00
commit 2671800943
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) {