This commit is contained in:
Renan LE CARO 2025-02-15 22:19:13 +01:00
parent 728759039c
commit edd00a5ed2
6 changed files with 4 additions and 3 deletions

View file

@ -33,7 +33,7 @@ function baseCombo() {
return 1 + perks.base_combo * 3;
}
function resetCombo(x, y) {
function resetCombo(x, y ) {
const prev = combo;
combo = baseCombo();
if (!levelTime) {
@ -1210,7 +1210,8 @@ function gameOver(title, intro) {
})
}
// Avoid the sad sound right as we restart a new games
combo=1
asyncAlert({
allowClose: true, title, text: `
<p>${intro}</p>