mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
Update markers-generator.js
small grammar changes
This commit is contained in:
parent
acf18d7324
commit
bffe46d332
1 changed files with 7 additions and 7 deletions
|
|
@ -611,7 +611,7 @@ window.Markers = (function () {
|
|||
const modusOperandi = [
|
||||
"steals cattle at night",
|
||||
"prefers eating children",
|
||||
"doesn't mind of human flesh",
|
||||
"doesn't mind human flesh",
|
||||
"keeps the region at bay",
|
||||
"eats kids whole",
|
||||
"abducts young women",
|
||||
|
|
@ -878,11 +878,11 @@ window.Markers = (function () {
|
|||
"Cranes",
|
||||
"Crocodiles",
|
||||
"Crows",
|
||||
"Deers",
|
||||
"Deer",
|
||||
"Dogs",
|
||||
"Eagles",
|
||||
"Elks",
|
||||
"Foxs",
|
||||
"Elk",
|
||||
"Foxes",
|
||||
"Goats",
|
||||
"Geese",
|
||||
"Hares",
|
||||
|
|
@ -907,11 +907,11 @@ window.Markers = (function () {
|
|||
"Rooks",
|
||||
"Scorpions",
|
||||
"Sharks",
|
||||
"Sheeps",
|
||||
"Sheep",
|
||||
"Snakes",
|
||||
"Spiders",
|
||||
"Tigers",
|
||||
"Wolfs",
|
||||
"Wolves",
|
||||
"Wolverines",
|
||||
"Camels",
|
||||
"Falcons",
|
||||
|
|
@ -921,7 +921,7 @@ window.Markers = (function () {
|
|||
const animalChoice = ra(animals);
|
||||
|
||||
const name = `${animalChoice} migration`;
|
||||
const legend = `A huge group of ${animalChoice.toLowerCase()} is migrating, though whether part of their annual routine, or something more extraordinary`;
|
||||
const legend = `A huge group of ${animalChoice.toLowerCase()} are migrating, whether part of their annual routine, or something more extraordinary`;
|
||||
notes.push({id, name, legend});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue