mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 02:21:24 +01:00
refactor: lake name generator
This commit is contained in:
parent
4b874246e3
commit
b2f16c4b8f
6 changed files with 25 additions and 27 deletions
|
|
@ -252,7 +252,6 @@ export function open(options) {
|
|||
BurgsAndStates.drawStateLabels();
|
||||
|
||||
Rivers.specify();
|
||||
Lakes.generateName();
|
||||
|
||||
Military.generate();
|
||||
Markers.generate();
|
||||
|
|
@ -441,7 +440,6 @@ export function open(options) {
|
|||
|
||||
if (erosionAllowed) {
|
||||
Rivers.specify();
|
||||
Lakes.generateName();
|
||||
}
|
||||
|
||||
// restore zones from grid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue