decrease difficulty

This commit is contained in:
biglyderv 2024-11-07 02:32:08 -05:00
parent ada6f4b5a5
commit fd7f909a8c

View file

@ -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))
}