diff options
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.cpp b/src/map.cpp index 4780bf4ec..f5e490ad4 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -1804,7 +1804,7 @@ continue_generating: /* Don't always generate dungeon */ - if(found_existing || rand() % 3 == 0) + if(found_existing || rand() % 2 == 0) { /* Generate some tunnel starting from orp and ors |