mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 17:41:23 +01:00
fix: wrong call structure
This commit is contained in:
parent
baa37248b6
commit
3cbe9bc538
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ class CulturesModule {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (culturesSet.value === "english") {
|
if (culturesSet.value === "english") {
|
||||||
const getName = () => Names.getBase(1, 5, 9, "", 0);
|
const getName = () => Names.getBase(1, 5, 9, "");
|
||||||
return [
|
return [
|
||||||
{ name: getName(), base: 1, odd: 1, shield: "heater" },
|
{ name: getName(), base: 1, odd: 1, shield: "heater" },
|
||||||
{ name: getName(), base: 1, odd: 1, shield: "wedged" },
|
{ name: getName(), base: 1, odd: 1, shield: "wedged" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue