mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-09 08:56:05 +02:00
Update burgs-overview.js
spacing
This commit is contained in:
parent
3224f28b88
commit
6a02678d50
1 changed files with 5 additions and 2 deletions
|
|
@ -568,12 +568,15 @@ function overviewBurgs() {
|
|||
|
||||
function lockAllBurgs() {
|
||||
pack.burgs.forEach(burg => {
|
||||
burg.lock = true;});
|
||||
burg.lock = true;
|
||||
});
|
||||
burgsOverviewAddLines();
|
||||
}
|
||||
|
||||
function unlockAllBurgs() {
|
||||
pack.burgs.forEach(burg => {
|
||||
burg.lock = false;});
|
||||
burg.lock = false;
|
||||
});
|
||||
burgsOverviewAddLines();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue