mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
Implement some logic to ignore state being locked when regenerating provinces directly.
This commit is contained in:
parent
2053a7d530
commit
a1621d52c2
2 changed files with 17 additions and 7 deletions
|
|
@ -163,7 +163,7 @@ function regenerateStates() {
|
|||
function regenerateProvinces() {
|
||||
unfog();
|
||||
|
||||
BurgsAndStates.generateProvinces(true);
|
||||
BurgsAndStates.generateProvinces(true, true);
|
||||
drawBorders();
|
||||
if (layerIsOn("toggleProvinces")) drawProvinces();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue