From a3b6167c95e8fa96b8e1e020d0e8650937c1a98d Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 26 Feb 2023 17:27:11 -0500
Subject: [PATCH] Fix Antebellum Revivalist recruiter trying to show off
 Arabian Revivalist decor.

---
 src/endWeek/saRecruitGirls.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/endWeek/saRecruitGirls.js b/src/endWeek/saRecruitGirls.js
index 6c35a797471..f3b80478d36 100644
--- a/src/endWeek/saRecruitGirls.js
+++ b/src/endWeek/saRecruitGirls.js
@@ -1664,7 +1664,7 @@ App.SlaveAssignment.recruitGirls = function recruitGirls(slave) {
 		} else if (arcology.FSAntebellumRevivalist !== "unset") {
 			if (slave.skill.entertainer > 95 && App.Entity.facilities.servantsQuarters.employeesIDs().size > 5 && (slave.behavioralQuirk === "funny" || totalInt > 50)) {
 				pushFS(`${He} puts together a charming little video touring your spotless estate, showing particular care to the well-staffed ${V.servantsQuartersName}.`);
-				if (V.servantsQuartersDecoration === "Arabian Revivalist") {
+				if (V.servantsQuartersDecoration === "Antebellum Revivalist") {
 					pushFS(`The decor really impresses the viewers.`);
 					seed += 1;
 				}
@@ -1679,7 +1679,7 @@ App.SlaveAssignment.recruitGirls = function recruitGirls(slave) {
 			} else if (App.Entity.facilities.servantsQuarters.employeesIDs().size <= 1) {
 				pushFS(`${He} worries she might embarrass you if ${he} inadvertently let slip how few servants you have.`);
 			} else {
-				pushFS(`${He} can't seem create anything entertaining enough that really sells the idea of your household.`)
+				pushFS(`${He} can't seem create anything entertaining enough that really sells the idea of your household.`);
 			}
 		}
 
-- 
GitLab