tweaks & dont speak clear lines

This commit is contained in:
2026-03-24 01:50:44 +01:00
parent 53b2361e2b
commit 21585bad7a
4 changed files with 9 additions and 9 deletions

View File

@@ -181,10 +181,10 @@ class Stats {
this.b2b = -1
}
if (this.speechSynthesisAvailable && this.settings.sfxVolume) {
/*if (this.speechSynthesisAvailable && this.settings.sfxVolume) {
if (tSpin) this.speak(tSpin, this.settings.sfxVolume);
if (nbClearedLines > 1) this.speak(CLEARED_LINES_NAMES[nbClearedLines], this.settings.sfxVolume);
}
}*/
this.goal -= awardedLineClears
if (this.goal <= 0) return this.level++