about summary refs log tree commit diff stats
path: root/html/broughlike/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/broughlike/config.js')
-rw-r--r--html/broughlike/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/broughlike/config.js b/html/broughlike/config.js
index 5897c27..5cf77f4 100644
--- a/html/broughlike/config.js
+++ b/html/broughlike/config.js
@@ -21,8 +21,8 @@ export const CONFIG = {
     ENEMY_BOSS_OCCURRENCE: 10,
     MIN_ENEMIES_ON_LEVEL: 1,
     MAX_ENEMIES_ON_LEVEL: 4,
-    MAX_ENEMY_HEALTH: 7,
     MIN_ENEMY_HEALTH: 2,
+    MAX_ENEMY_HEALTH: 7,
     MIN_ROOM_SIZE: 4,
     WALLS_MIN: 7,
     WALLS_MAX: 20,