diff --git a/unpublishedScripts/DomainContent/Toybox/towerDefense/shortbowGameManager.js b/unpublishedScripts/DomainContent/Toybox/towerDefense/shortbowGameManager.js index 0745597119..5a6273b755 100644 --- a/unpublishedScripts/DomainContent/Toybox/towerDefense/shortbowGameManager.js +++ b/unpublishedScripts/DomainContent/Toybox/towerDefense/shortbowGameManager.js @@ -272,7 +272,7 @@ ShortbowGameManager.prototype = { // Initialize game state this.waveNumber = 0; this.setScore(0); - this.setLivesLeft(60); + this.setLivesLeft(6); this.nextWaveTimer = Script.setTimeout(this.startNextWave.bind(this), 100); this.spawnEnemyTimers = [];