diff options
Diffstat (limited to 'html/broughlike/index.html')
-rw-r--r-- | html/broughlike/index.html | 2 |
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; |