mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
fix two typos
This commit is contained in:
parent
707913f630
commit
308d9db0a5
1 changed files with 2 additions and 2 deletions
|
|
@ -452,7 +452,7 @@ function fantasyMap() {
|
||||||
|
|
||||||
// apply default names data
|
// apply default names data
|
||||||
function applyDefaultNamesData() {
|
function applyDefaultNamesData() {
|
||||||
// name, method, min length, max length, letters to allow dublication, multi-word name rate
|
// name, method, min length, max length, letters to allow duplication, multi-word name rate
|
||||||
nameBases = [ // min; max; mean; common
|
nameBases = [ // min; max; mean; common
|
||||||
{name: "German", method: "let-to-syl", min: 4, max: 11, d: "lt", m: 0.1}, // real: 3; 17; 8.6; 8
|
{name: "German", method: "let-to-syl", min: 4, max: 11, d: "lt", m: 0.1}, // real: 3; 17; 8.6; 8
|
||||||
{name: "English", method: "let-to-syl", min: 5, max: 10, d: "", m: 0.3}, // real: 4; 13; 7.9; 8
|
{name: "English", method: "let-to-syl", min: 5, max: 10, d: "", m: 0.3}, // real: 4; 13; 7.9; 8
|
||||||
|
|
@ -730,7 +730,7 @@ function fantasyMap() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Countries / cultures manuall assignment
|
// Countries / cultures manual assignment
|
||||||
if (customization === 2 || customization === 4) {
|
if (customization === 2 || customization === 4) {
|
||||||
if ($("div.selected").length === 0) return;
|
if ($("div.selected").length === 0) return;
|
||||||
if (c2 === c1) return;
|
if (c2 === c1) return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue