From 351681cf2422e196371603372eac765049f485ff Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 26 Feb 2023 17:26:30 -0500
Subject: [PATCH] whitespace/typos

---
 devTools/types/FC/arcology.d.ts               | 2 +-
 js/003-data/policiesData.js                   | 2 +-
 src/endWeek/economics/neighborsDevelopment.js | 4 ++--
 src/endWeek/saSocialEffects.js                | 4 ++--
 src/events/recFS/recfsAntebellumRevivalist.js | 2 +-
 src/events/scheduled/pitFight.js              | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/devTools/types/FC/arcology.d.ts b/devTools/types/FC/arcology.d.ts
index f692aa0c814..f664bd92940 100644
--- a/devTools/types/FC/arcology.d.ts
+++ b/devTools/types/FC/arcology.d.ts
@@ -113,7 +113,7 @@ declare namespace FC {
 			research: undefined, SMR: true, policy: "Law", choice: undefined
 		};
 		FSAntebellumRevivalist: {
-			noun: "Antebellum Revivalism", adj:"Antebellum Revivalist", deco: "Antebellum Revivalist",
+			noun: "Antebellum Revivalism", adj: "Antebellum Revivalist", deco: "Antebellum Revivalist",
 			research: undefined, SMR: true, policy: "Law1" | "Law2", choice: undefined
 		};
 		FSRepopulationFocus: {
diff --git a/js/003-data/policiesData.js b/js/003-data/policiesData.js
index ab5cc3e15c8..7836c303c49 100644
--- a/js/003-data/policiesData.js
+++ b/js/003-data/policiesData.js
@@ -2066,7 +2066,7 @@ App.Data.Policies.Selection = {
 					}`,
 				activatedText: "citizens proudly carry arms in defense of themselves and the arcology against foreign threats and the slave class.",
 				get requirements() { return (V.arcologies[0].FSAntebellumRevivalist >= 90); },
-				onImplementation: function() { 
+				onImplementation: function() {
 					if (V.secExpEnabled && V.SecExp.edicts.weaponsLaw === 0) {
 						V.SecExp.edicts.weaponsLaw = 1;
 					}
diff --git a/src/endWeek/economics/neighborsDevelopment.js b/src/endWeek/economics/neighborsDevelopment.js
index 17a76c44d0c..db7805b1a4d 100644
--- a/src/endWeek/economics/neighborsDevelopment.js
+++ b/src/endWeek/economics/neighborsDevelopment.js
@@ -2052,7 +2052,7 @@ App.EndWeek.neighborsDevelopment = function() {
 				} else if (leader.nationality === "Mexican") {
 					candidates.push({fs: "FSAztecRevivalist", msg: `since ${he}'s Mexican ${himself} and can claim high honor in such a society.`});
 				} else if (leader.nationality === "American") {
-					candidates.push({fs: "FSAntebellumRevivalist", msg: `since ${he}'s American ${himself} and can claim high honor in such a society.`});				
+					candidates.push({fs: "FSAntebellumRevivalist", msg: `since ${he}'s American ${himself} and can claim high honor in such a society.`});
 				} else if (leader.nationality === "Egyptian") {
 					candidates.push({fs: "FSEgyptianRevivalist", msg: `since ${he}'s Egyptian ${himself} and wants to relive the glory of the Pharaohs.`});
 				} else if (["German", "French", "Spanish", "English"].includes(leader.nationality)) {
@@ -2288,7 +2288,7 @@ App.EndWeek.neighborsDevelopment = function() {
 				["FSPetiteAdmiration", [
 					{
 						fs: "FSAssetExpansionist",
-						msg: `The arcology's Petite Admiration culture <span class="yellow">pushes it towards Asset Expansionist,</span> since a ${girlU} with tits wider than ${heU} is tall attracts quite some attention.`
+						msg: `The arcology's Petite Admiration culture <span class="yellow">pushes it towards Asset Expansionism,</span> since a ${girlU} with tits wider than ${heU} is tall attracts quite some attention.`
 					},
 					{
 						fs: "FSPaternalist",
diff --git a/src/endWeek/saSocialEffects.js b/src/endWeek/saSocialEffects.js
index 5ff952257ef..545447a9825 100644
--- a/src/endWeek/saSocialEffects.js
+++ b/src/endWeek/saSocialEffects.js
@@ -736,7 +736,7 @@ App.SlaveAssignment.saSocialEffects = function(slave) {
 		}
 
 		if (V.arcologies[0].FSAntebellumRevivalist !== "unset") {
-			if (slave.assignment == Job.QUARTER) {
+			if (slave.assignment === Job.QUARTER) {
 				if (V.arcologies[0].FSSubjugationist !== "unset" && slave.race === V.arcologies[0].FSSubjugationistRace) {
 					t.push(new SocialEffect("Antebellum Revivalist", 2, `Servants`,
 						`Society <span class="green">strongly approves</span> of ${slave.slaveName}, a slave of the inferior race, working as a servant.`));
@@ -748,7 +748,7 @@ App.SlaveAssignment.saSocialEffects = function(slave) {
 
 			if (slave.skill.entertainment > 60 && slave.devotion > 20) {
 				t.push(new SocialEffect("Antebellum Revivalist", 1, `Entertaining`,
-					`Society <span class="green">approves</span> of owning an obedient and affable slaves like ${slave.slaveName}.`));
+					`Society <span class="green">approves</span> of owning an obedient and affable slave like ${slave.slaveName}.`));
 			}
 		}
 
diff --git a/src/events/recFS/recfsAntebellumRevivalist.js b/src/events/recFS/recfsAntebellumRevivalist.js
index 86d66b936bb..115ca33bb55 100644
--- a/src/events/recFS/recfsAntebellumRevivalist.js
+++ b/src/events/recFS/recfsAntebellumRevivalist.js
@@ -9,7 +9,7 @@ App.Events.recFSAntebellumRevivalist = class recFSAntebellumRevivalist extends A
 	execute(node) {
 		let r = [];
 
-		let slaveRace = ""
+		let slaveRace = "";
 		if (V.arcologies[0].FSSubjugationistRace !== 0) {
 			slaveRace = V.arcologies[0].FSSubjugationistRace;
 		} else if (V.arcologies[0].FSSupremacist !== 0) {
diff --git a/src/events/scheduled/pitFight.js b/src/events/scheduled/pitFight.js
index 56e29514dce..094400a736b 100644
--- a/src/events/scheduled/pitFight.js
+++ b/src/events/scheduled/pitFight.js
@@ -313,7 +313,7 @@ App.Events.SEPitFight = class SEPitFight extends App.Events.BaseEvent {
 			const averageSuccess = totalSuccess / maxFights;
 			r.push(eventSuccess(averageSuccess));
 
-			r.push("At the and of the day you");
+			r.push("At the end of the day you");
 
 			const repGain = 100 * totalSuccess;
 			const cashGain = 2000 * totalSuccess;
-- 
GitLab