Added cell info to elevation profile and corrected some spelling

This commit is contained in:
Evolvedexperiment 2020-06-26 19:08:54 +00:00
parent 36870a3881
commit 044ea1d345
9 changed files with 31 additions and 12 deletions

View file

@ -27,7 +27,7 @@
});
return;
} else {
console.warn(`Not enought populated cells (${populated.length}). Will generate only ${count} cultures`);
console.warn(`Not enough populated cells (${populated.length}). Will generate only ${count} cultures`);
alertMessage.innerHTML = `
There are only ${populated.length} populated cells and it's insufficient livable area.<br>
Only ${count} out of ${culturesInput.value} requested cultures will be generated.<br>