fix syntax

This commit is contained in:
Azgaar 2022-01-10 16:54:26 +03:00
parent 7a594241c1
commit 2db5e35feb

View file

@ -52,11 +52,11 @@ window.Religions = (function () {
"Mother", "Mother",
"Numen", "Numen",
"Overlord", "Overlord",
"Reaper" "Reaper",
"Ruler", "Ruler",
"Sister", "Sister",
"Spirit", "Spirit",
"Virgin", "Virgin"
], ],
animal: [ animal: [
"Antelope", "Antelope",
@ -113,7 +113,7 @@ window.Religions = (function () {
"Raven", "Raven",
"Rook", "Rook",
"Scorpion", "Scorpion",
"Serpent" "Serpent",
"Shark", "Shark",
"Sheep", "Sheep",
"Snake", "Snake",
@ -129,7 +129,7 @@ window.Religions = (function () {
"Wolf", "Wolf",
"Wolverine", "Wolverine",
"Worm", "Worm",
"Wyvern", "Wyvern"
], ],
adjective: [ adjective: [
"Aggressive", "Aggressive",
@ -178,7 +178,7 @@ window.Religions = (function () {
"Huge", "Huge",
"Hungry", "Hungry",
"Immutable", "Immutable",
"Infallible" "Infallible",
"Inherent", "Inherent",
"Last", "Last",
"Latter", "Latter",
@ -219,7 +219,7 @@ window.Religions = (function () {
"Wild", "Wild",
"Wise", "Wise",
"Worried", "Worried",
"Young", "Young"
], ],
genitive: [ genitive: [
"Cold", "Cold",
@ -247,9 +247,9 @@ window.Religions = (function () {
"Summer", "Summer",
"Thunder", "Thunder",
"Time", "Time",
"Victory" "Victory",
"War", "War",
"Winter", "Winter"
], ],
theGenitive: [ theGenitive: [
"Abyss", "Abyss",
@ -273,9 +273,9 @@ window.Religions = (function () {
"Tree", "Tree",
"Underworld", "Underworld",
"West", "West",
"Wild" "Wild",
"Word", "Word",
"World", "World"
], ],
color: ["Amber", "Black", "Blue", "Bright", "Brown", "Dark", "Golden", "Green", "Grey", "Light", "Orange", "Pink", "Purple", "Red", "White", "Yellow"] color: ["Amber", "Black", "Blue", "Bright", "Brown", "Dark", "Golden", "Green", "Grey", "Light", "Orange", "Pink", "Purple", "Red", "White", "Yellow"]
}; };