diff --git a/game.js b/game.js index ff47223..7bd4956 100644 --- a/game.js +++ b/game.js @@ -201,7 +201,7 @@ class Game extends GameBasic { that.entities.push(new NPC(false, that)) } - for (let i = 0; i < 50; i++) { + for (let i = 0; i < 35; i++) { that.entities.push(new Shooter(false, that)) }