Skip to content

Commit

Permalink
Allow setting landmass to 100
Browse files Browse the repository at this point in the history
Some generators can generate maps without water. Allow game admins to
request this.

Closes #2444.
  • Loading branch information
lmoureaux authored and jwrober committed Dec 24, 2024
1 parent a1f8325 commit 5304f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ moves. Includes MAP_MAX_LINEAR_SIZE because a map can be non wrapping. */

#define MAP_DEFAULT_LANDMASS 30
#define MAP_MIN_LANDMASS 15
#define MAP_MAX_LANDMASS 85
#define MAP_MAX_LANDMASS 100

#define MAP_DEFAULT_RICHES 250
#define MAP_MIN_RICHES 0
Expand Down
2 changes: 1 addition & 1 deletion docs/Manuals/Server/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ To place a setting value on any of these settings use the ``/set <option-name> <
the unit.

``landmass``
:strong:`Default Value (Min, Max)`: 30 (15, 85)
:strong:`Default Value (Min, Max)`: 30 (15, 100)

:strong:`Description`: Percentage of the map that is land. This setting gives the approximate percentage of
the map that will be made into land.
Expand Down

0 comments on commit 5304f6f

Please sign in to comment.