mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-04-08 08:26:06 +02:00
Minor fixes
This commit is contained in:
parent
f658d7fee2
commit
019cea2a6b
2 changed files with 4 additions and 5 deletions
|
|
@ -232,7 +232,7 @@ export const getAdjective = (nounToBeAdjective: string) => {
|
|||
{
|
||||
name: "ie",
|
||||
probability: 1,
|
||||
condition: /e$/,
|
||||
condition: /ie$/,
|
||||
action: (noun: string) => `${noun}n`,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue