mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.3.14a
This commit is contained in:
parent
aae37eb702
commit
29117db1cf
8 changed files with 45 additions and 58 deletions
|
|
@ -933,12 +933,6 @@ function parseLoadedData(data) {
|
|||
}
|
||||
|
||||
if (version < 1.3) {
|
||||
// v 1.3 added ports attribute to pack.features
|
||||
for (const f of pack.features) {
|
||||
if (!f.i) continue;
|
||||
f.ports = pack.burgs.filter(b => !b.removed && b.port === f.i).length;
|
||||
}
|
||||
|
||||
// v 1.3 added global options object
|
||||
const winds = options.slice(); // previostly wnd was saved in settings[19]
|
||||
const year = rand(100, 2000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue