mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-23 12:31:24 +01: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() {
|
function lockAllBurgs() {
|
||||||
pack.burgs.forEach(burg => {
|
pack.burgs.forEach(burg => {
|
||||||
burg.lock = true;});
|
burg.lock = true;
|
||||||
|
});
|
||||||
burgsOverviewAddLines();
|
burgsOverviewAddLines();
|
||||||
}
|
}
|
||||||
|
|
||||||
function unlockAllBurgs() {
|
function unlockAllBurgs() {
|
||||||
pack.burgs.forEach(burg => {
|
pack.burgs.forEach(burg => {
|
||||||
burg.lock = false;});
|
burg.lock = false;
|
||||||
|
});
|
||||||
burgsOverviewAddLines();
|
burgsOverviewAddLines();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue