mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
markers - palm grove fix
This commit is contained in:
parent
f743e649de
commit
f5258f6ed0
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ window.Markers = (function () {
|
|||
const [cell] = extractAnyElement(oasises);
|
||||
const id = appendMarker(cell, "palm_grove");
|
||||
const culture = cells.culture[cell];
|
||||
const name = `${Names.getCulture(culture)} Pinery`;
|
||||
const name = `${Names.getCulture(culture)} Palm Grove`;
|
||||
const legend = `A sacred palm grove of ${cultures[culture].name} culture`;
|
||||
notes.push({id, name, legend});
|
||||
quantity--;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue