diff --git a/index.html b/index.html index 653cabb..e61e4cd 100644 --- a/index.html +++ b/index.html @@ -601,7 +601,7 @@ linesClearedTotal += rowCount; // Level Up Logic: Every 8 rows - if (linesClearedTotal % 6 === 0) { + if (linesClearedTotal % 5 === 0) { levelUp(); } }