From 48da49e281a0ee02ddcb57e888b444886b8ec5fa Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Sun, 10 Mar 2019 15:50:42 -0400
Subject: [PATCH] arcologies is an array

---
 src/pregmod/widgets/bodySwapReaction.tw          | 4 ++--
 src/uncategorized/personalAssistantAppearance.tw | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pregmod/widgets/bodySwapReaction.tw b/src/pregmod/widgets/bodySwapReaction.tw
index 63599409aaa..9b315708df2 100644
--- a/src/pregmod/widgets/bodySwapReaction.tw
+++ b/src/pregmod/widgets/bodySwapReaction.tw
@@ -1058,7 +1058,7 @@ Now you only have to wait for $him to wake up.
 						$He is happy with $his newfound strength and looks forward to putting this power to work for you.
 					<<else>>
 						$He is irritated that you would change something like this about $him
-						<<if $args[0].genes == "XX" && $arcologies.FSPhysicalIdealist == "unset">>
+						<<if $args[0].genes == "XX" && $arcologies[0].FSPhysicalIdealist == "unset">>
 							and is @@.mediumorchid;annoyed@@ that $he now looks less feminine.
 							<<set $args[0].devotion -= 3>>
 						<<else>>
@@ -2529,7 +2529,7 @@ Now you only have to wait for $him to wake up.
 						$He is happy with $his newfound strength and looks forward to putting this power to work for you, as limited as it may be.
 					<<else>>
 						$He is irritated that you would change something like this about $him
-						<<if $args[0].genes == "XX" && $arcologies.FSPhysicalIdealist == "unset">>
+						<<if $args[0].genes == "XX" && $arcologies[0].FSPhysicalIdealist == "unset">>
 							and is @@.mediumorchid;annoyed@@ that $he now looks less feminine.
 							<<set $args[0].devotion -= 3>>
 						<<else>>
diff --git a/src/uncategorized/personalAssistantAppearance.tw b/src/uncategorized/personalAssistantAppearance.tw
index d5d4676f610..5019e7106d7 100644
--- a/src/uncategorized/personalAssistantAppearance.tw
+++ b/src/uncategorized/personalAssistantAppearance.tw
@@ -943,7 +943,7 @@ _HeA's a cute little <<if $arcologies[0].FSSupremacist != "unset" && $assistantF
 	<<case "supremacist">>
 		slime. _HeA keeps trying to shape _hisA goo into a beautiful $arcologies[0].FSSupremacistRace _girlA, but _heA hasn't quite perfected the finer details yet.
 	<<case "subjugationist">>
-		slime. _HeA keeps trying to shape _hisA goo into a pretty face, but keeps ending up with overexaggerated $arcologies.FSSubjugationistRace features instead.
+		slime. _HeA keeps trying to shape _hisA goo into a pretty face, but keeps ending up with overexaggerated $arcologies[0].FSSubjugationistRace features instead.
 	<<case "roman revivalist">>
 		slime with a girl's stola sinking into _hisA head.
 	<<case "egyptian revivalist">>
-- 
GitLab