From 0f19ba3f203ba70571e79a8a9dd389300c45a8fc Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Tue, 4 Aug 2020 22:21:23 -0400
Subject: [PATCH] Make spelling consistent

---
 src/interaction/policies/policies.tw | 2 +-
 src/js/slaveCostJS.js                | 2 +-
 src/uncategorized/scheduledEvent.tw  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/interaction/policies/policies.tw b/src/interaction/policies/policies.tw
index 6ad5c559d24..627c675141c 100644
--- a/src/interaction/policies/policies.tw
+++ b/src/interaction/policies/policies.tw
@@ -258,7 +258,7 @@
 	<</if>>
 
 	<<if $nicaeaHeld>>
-		<h2>Nicea</h2>
+		<h2>Nicaea</h2>
 		<span id="nicaeaHeld"></span>
 		<script>
 			policy("nicaeaHeld");
diff --git a/src/js/slaveCostJS.js b/src/js/slaveCostJS.js
index fd5212d8504..7335971c3fe 100644
--- a/src/js/slaveCostJS.js
+++ b/src/js/slaveCostJS.js
@@ -1354,7 +1354,7 @@ globalThis.BeautyArray = (function() {
 		}
 		if (arcology.FSChattelReligionistCreed === 1) {
 			if (V.nicaeaAssignment === slave.assignment) {
-				adjustBeauty("Nicea Assignment: Chattel Religionist Creed", (2 * V.nicaeaPower));
+				adjustBeauty("Nicaea Assignment: Chattel Religionist Creed", (2 * V.nicaeaPower));
 			}
 		}
 		if (arcology.FSChattelReligionist > 40 && arcology.FSBodyPurist === "unset") {
diff --git a/src/uncategorized/scheduledEvent.tw b/src/uncategorized/scheduledEvent.tw
index 38cadbed282..55f7da31702 100644
--- a/src/uncategorized/scheduledEvent.tw
+++ b/src/uncategorized/scheduledEvent.tw
@@ -168,7 +168,7 @@
 <<elseif ($TFS.schoolPresent == 1) && ($organFarmUpgrade != 0) && ($TFS.farmUpgrade == 0)>>
 	<<goto "TFS Farm Upgrade">>
 
-/* Nicea */
+/* Nicaea */
 <<elseif ($nicaea == 1) && ($organFarmUpgrade != 0) && ($TFS.farmUpgrade == 0)>>
 	<<goto "TFS Farm Upgrade">>
 <<elseif ($nicaeaHeld != 1) && ($arcologies[0].FSChattelReligionist != "unset") && ($nicaeaAnnounceable == 1) && ($nicaeaAnnounced != 1)>>
-- 
GitLab