Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting landmass to 100 #2463

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading