markers - palm grove fix

This commit is contained in:
Azgaar 2021-09-18 14:48:57 +03:00
parent f743e649de
commit f5258f6ed0

View file

@ -380,7 +380,7 @@ window.Markers = (function () {
const [cell] = extractAnyElement(oasises); const [cell] = extractAnyElement(oasises);
const id = appendMarker(cell, "palm_grove"); const id = appendMarker(cell, "palm_grove");
const culture = cells.culture[cell]; 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`; const legend = `A sacred palm grove of ${cultures[culture].name} culture`;
notes.push({id, name, legend}); notes.push({id, name, legend});
quantity--; quantity--;