Fix marker names by removing unnecessary suffixes for Lighthouse and Waterfall

This commit is contained in:
Marc Emmanuel 2026-02-17 09:03:33 +01:00
parent 69e37ae989
commit 2630a8b784

View file

@ -952,7 +952,7 @@ class MarkersModule {
: Names.getCulture(cells.culture[cell]);
notes.push({
id,
name: `${getAdjective(proper)} Lighthouse${name}`,
name: `${getAdjective(proper)} Lighthouse`,
legend: `A lighthouse to serve as a beacon for ships in the open sea.`,
});
}
@ -984,7 +984,7 @@ class MarkersModule {
: Names.getCulture(cells.culture[cell]);
notes.push({
id,
name: `${getAdjective(proper)} Waterfall${name}`,
name: `${getAdjective(proper)} Waterfall`,
legend: `${ra(descriptions)}`,
});
}