diff --git a/src/endWeek/saRecruitGirls.js b/src/endWeek/saRecruitGirls.js index 6c35a797471133a689b4b3a734ef9f68c4c82ee0..f3b80478d361d7830d0cee422c79f750ba5c712c 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.`); } }