From d3d841db87dcde91e28b460afec0e579aa50fde0 Mon Sep 17 00:00:00 2001 From: DCoded <dicoded@email.com> Date: Sat, 20 Nov 2021 10:14:57 -0500 Subject: [PATCH] Spelling fix --- src/descriptions/arcologyDescription.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/descriptions/arcologyDescription.js b/src/descriptions/arcologyDescription.js index 08e85880ca5..28f57e6a454 100644 --- a/src/descriptions/arcologyDescription.js +++ b/src/descriptions/arcologyDescription.js @@ -557,7 +557,7 @@ App.Desc.playerArcology = function(lastElement) { buffer.push(`After the release of Project N technologies to the public, rare catgirls can be found as exotic curiosities of the arcology's elites. An even smaller number of free catgirls populate the arcology's poorest segments.`); } if (A.FSEgyptianRevivalistDecoration >= 60 && V.projectN.decisionMade === 1) { - buffer.push(`Catgirls have taken on a distinct religious and cultural prescence within the arcology, and many citizens give small offerings and worship to the felines given their resemblance to ancient Egyptian Goddesses. Getting to actually fuck one is a mark of exceptionally high prestige, and many poorer citizens seem content to offer their prayers and kiss furry ass, often literally.`); + buffer.push(`Catgirls have taken on a distinct religious and cultural presence within the arcology, and many citizens give small offerings and worship to the felines given their resemblance to ancient Egyptian Goddesses. Getting to actually fuck one is a mark of exceptionally high prestige, and many poorer citizens seem content to offer their prayers and kiss furry ass, often literally.`); } if (A.FSTransformationFetishistDecoration >= 60 && V.projectN.decisionMade === 1) { buffer.push(`Catgirls are a craze in the Arcology's transformationist society, and many pieces of strange equipment designed for catgirl slaves, as well as surgical modification tools to 'transform' people into being more feline, can be found for sale.`); -- GitLab