We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67e41a commit 20e1998Copy full SHA for 20e1998
dist/duckhunt.js
src/modules/Game.js
@@ -303,7 +303,7 @@ class Game {
303
return false;
304
}
305
306
- return this.isWaveTimeUp() || this.outOfAmmo() || !this.stage.ducksActive();
+ return this.isWaveTimeUp() || (this.outOfAmmo() && this.stage.ducksAlive()) || !this.stage.ducksActive();
307
308
309
isWaveTimeUp() {
0 commit comments