v 0.8.06b

This commit is contained in:
Azgaar 2019-04-26 17:23:25 +03:00 committed by GitHub
parent 6cb21bbead
commit e4df2842af
2 changed files with 4 additions and 4 deletions

View file

@ -139,9 +139,9 @@
{name:"Carnatic", base: 26, odd: .1}, {name:"Carnatic", base: 26, odd: .1},
{name:"Inqan", base: 27, odd: .1}, {name:"Inqan", base: 27, odd: .1},
{name:"Kiswaili", base: 28, odd: .1}, {name:"Kiswaili", base: 28, odd: .1},
{name:"Vietic", base: 29, odd: .1}//, {name:"Vietic", base: 29, odd: .1},
//{name:"Guantzu", base:30, odd: 1}, {name:"Guantzu", base:30, odd: 1},
//{name:"Ulus", base:31, odd: .1} {name:"Ulus", base:31, odd: .1}
]; ];
} }

View file

@ -262,7 +262,7 @@ function parseLoadedData(data) {
return; return;
} }
biomesData.color = biomes[0].split(","); biomesData.color = biomes[0].split(",");
biomesData.habitability = biomes[1].split(","); biomesData.habitability = biomes[1].split(",").map(h => +h);
biomesData.name = name; biomesData.name = name;
}() }()