mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-03-27 09:37:24 +01: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]);
|
||||
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)}`,
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue