mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-05 06:57:24 +02:00
Fix marker names by removing unnecessary suffixes for Lighthouse and Waterfall
This commit is contained in:
parent
69e37ae989
commit
2630a8b784
1 changed files with 2 additions and 2 deletions
|
|
@ -952,7 +952,7 @@ class MarkersModule {
|
||||||
: Names.getCulture(cells.culture[cell]);
|
: Names.getCulture(cells.culture[cell]);
|
||||||
notes.push({
|
notes.push({
|
||||||
id,
|
id,
|
||||||
name: `${getAdjective(proper)} Lighthouse${name}`,
|
name: `${getAdjective(proper)} Lighthouse`,
|
||||||
legend: `A lighthouse to serve as a beacon for ships in the open sea.`,
|
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]);
|
: Names.getCulture(cells.culture[cell]);
|
||||||
notes.push({
|
notes.push({
|
||||||
id,
|
id,
|
||||||
name: `${getAdjective(proper)} Waterfall${name}`,
|
name: `${getAdjective(proper)} Waterfall`,
|
||||||
legend: `${ra(descriptions)}`,
|
legend: `${ra(descriptions)}`,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue