diff --git a/index.html b/index.html
index e20f95d7..8930e303 100644
--- a/index.html
+++ b/index.html
@@ -7977,7 +7977,7 @@
-
+
diff --git a/modules/religions-generator.js b/modules/religions-generator.js
index dcbc141f..88857a01 100644
--- a/modules/religions-generator.js
+++ b/modules/religions-generator.js
@@ -368,11 +368,11 @@ window.Religions = (function () {
Totemism: 1
},
Organized: {
- Polytheism: 14,
- Monotheism: 12,
- Dualism: 6,
- Pantheism: 6,
- "Non-theism": 4
+ Polytheism: 7,
+ Monotheism: 7,
+ Dualism: 3,
+ Pantheism: 2,
+ "Non-theism": 2
},
Cult: {
Cult: 5,
@@ -418,12 +418,13 @@ window.Religions = (function () {
Shamanism: {Beliefs: 3, Shamanism: 2, Druidism: 1, Spirits: 1},
Animism: {Spirits: 3, Beliefs: 1},
Polytheism: {Deities: 3, Faith: 1, Gods: 1, Pantheon: 1},
- "Ancestor worship": {Beliefs: 1, Forefathers: 2, Ancestors: 2},
+ "Ancestor Worship": {Beliefs: 1, Forefathers: 2, Ancestors: 2},
"Nature Worship": {Beliefs: 3, Druids: 1},
Totemism: {Beliefs: 2, Totems: 2, Idols: 1},
Monotheism: {Religion: 2, Church: 3, Faith: 1},
Dualism: {Religion: 3, Faith: 1, Cult: 1},
+ Pantheism: {Religion: 1, Faith: 1},
"Non-theism": {Beliefs: 3, Spirits: 1},
Cult: {Cult: 4, Sect: 2, Arcanum: 1, Order: 1, Worship: 1},
diff --git a/versioning.js b/versioning.js
index 5977d37d..0fe464be 100644
--- a/versioning.js
+++ b/versioning.js
@@ -1,7 +1,7 @@
"use strict";
// version and caching control
-const version = "1.93.07"; // generator version, update each time
+const version = "1.93.08"; // generator version, update each time
{
document.title += " v" + version;