From 04564efd200cd9533964d7b8665ae4c266fcef19 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 6 Oct 2019 15:53:46 -0400
Subject: [PATCH] PA FS fix

---
 src/uncategorized/futureSociety.tw            | 2 +-
 src/uncategorized/personalAssistantOptions.tw | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/futureSociety.tw b/src/uncategorized/futureSociety.tw
index c587da32ec8..e1882d1b1b9 100644
--- a/src/uncategorized/futureSociety.tw
+++ b/src/uncategorized/futureSociety.tw
@@ -999,7 +999,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 		//<<link "Abandon" "Future Society">><<run FutureSocieties.remove("FSPetiteAdmiration")>><<if $assistantFSAppearance == "petite admiration">><<set $assistantFSAppearance = "default">><</if>><</link>>//<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		<<FSChangeDecoration "FSPetiteAdmiration">>
 		<<if $PAPublic == 1>>
-			<<if ["cherub", "fairy", "imp", "incubus", "loli", "preggololi", "pregnant fairy", "schoolgirl", "succubus", "witch"].includes($assistantAppearance)>>
+			<<if ["cherub", "fairy", "imp", "incubus", "loli", "preggololi", "pregnant fairy", "schoolgirl", "succubus"].includes($assistantAppearance)>>
 				//With _hisA $assistantAppearance appearance, $assistantName is a good public mascot for this goal.//
 			<</if>>
 		<</if>>
diff --git a/src/uncategorized/personalAssistantOptions.tw b/src/uncategorized/personalAssistantOptions.tw
index 79c9a2d0be3..7ad531ecd1e 100644
--- a/src/uncategorized/personalAssistantOptions.tw
+++ b/src/uncategorized/personalAssistantOptions.tw
@@ -249,7 +249,6 @@ _HeA is currently using the ''$assistantAppearance'' avatar.
 		<<if $arcologies[0].FSHedonisticDecadence != "unset">> <<set _seed.push("hedonistic decadence")>> <</if>>
 		<<if $arcologies[0].FSIntellectualDependency != "unset">> <<set _seed.push("intellectual dependency")>> <</if>>
 		<<if $arcologies[0].FSPetiteAdmiration != "unset">> <<set _seed.push("petite admiration")>> <</if>>
-		<<if $arcologies[0].FSStatuesqueGlorification != "unset">> <<set _seed.push("statuesque glorification")>> <</if>>
 		<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
 	<<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>
 		<<if $arcologies[0].FSTransformationFetishist != "unset">> <<set _seed.push("transformation fetishism")>> <</if>>
@@ -834,6 +833,7 @@ _HeA is currently using the ''$assistantAppearance'' avatar.
 		<<if $arcologies[0].FSHedonisticDecadence != "unset">> <<set _seed.push("hedonistic decadence")>> <</if>>
 		<<if $arcologies[0].FSChattelReligionist != "unset">> <<set _seed.push("chattel religionism")>> <</if>>
 		<<if $arcologies[0].FSIntellectualDependency != "unset">> <<set _seed.push("intellectual dependency")>> <</if>>
+		<<if $arcologies[0].FSPetiteAdmiration != "unset">> <<set _seed.push("petite admiration")>> <</if>>
 		<<if _seed.length > 0>>
 			<<set _desc = "">>
 			<<for _i = 0; _i < _seed.length; _i++>>
-- 
GitLab