mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
typo fix
This commit is contained in:
parent
4d52e932fb
commit
f7fc3830a0
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ window.Markers = (function () {
|
||||||
const id = addMarker({cell, icon, type, dy: 48});
|
const id = addMarker({cell, icon, type, dy: 48});
|
||||||
const name = `${lake.name} Monster`;
|
const name = `${lake.name} Monster`;
|
||||||
const length = gauss(10, 5, 5, 100);
|
const length = gauss(10, 5, 5, 100);
|
||||||
const legend = `Rumors said a relic monster of ${length} ${heightUnit.value} long inhabits ${lake.name} Lake. Truth or lie, but folks are affraid to fish in the lake`;
|
const legend = `Rumors said a relic monster of ${length} ${heightUnit.value} long inhabits ${lake.name} Lake. Truth or lie, but folks are afraid to fish in the lake`;
|
||||||
notes.push({id, name, legend});
|
notes.push({id, name, legend});
|
||||||
quantity--;
|
quantity--;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue