about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-10-27 18:40:36 -0400
committerelioat <elioat@tilde.institute>2024-10-27 18:40:36 -0400
commit914026e6e366f8429f276de3412dce30dfeb0e7c (patch)
tree155a3c3267e8901272713b3aab6cfda2a43dd737 /html
parentbc05b83e840c9ea6240efeca5b740fd73834aa00 (diff)
downloadtour-914026e6e366f8429f276de3412dce30dfeb0e7c.tar.gz
*
Diffstat (limited to 'html')
-rw-r--r--html/broughlike/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/broughlike/index.html b/html/broughlike/index.html
index 5d3181d..9b6a088 100644
--- a/html/broughlike/index.html
+++ b/html/broughlike/index.html
@@ -96,7 +96,7 @@
         const MAX_ENEMIES_ON_LEVEL = 4;
         const MAX_ENEMY_HEALTH = 7;
         const MIN_ENEMY_HEALTH = 2;
-        const WALLS_MIN = 5;
+        const WALLS_MIN = 7;
         const WALLS_MAX = 20;
         const ITEMS_MIN = 1;
         const ITEMS_MAX = 3;