diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index a9885720561a6a10308a402f780d2be0bb8da13a..b4709093f6485ca117a563340d1ccc001ebb86a3 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -76,7 +76,7 @@
 		<</if>>
 		<<set $fixedNationality = "American">>
 		<<set _meanGirl = GenerateNewSlave("XX")>>
-		<<set _meanGirl.origin = "You enslaved $him for abusing " + $eventSlave.slaveName + " while " + $eventSlave.pronoun + " was serving the public.">>
+		<<set _meanGirl.origin = "You enslaved $him for abusing " + $eventSlave.slaveName + " while " + getPronouns($eventSlave).pronoun + " was serving the public.">>
 		<<set _meanGirl.career = "a student">>
 		<<set _meanGirl.markings = "none", _meanGirl.weight = -20>>
 		<<set _meanGirl.devotion = random(-80,-60)>>
diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw
index 828ed5599be6965737a109b40f2423ba420c1ed0..a607196718363904f690bcf5e885cf17dbcf6b1a 100644
--- a/src/uncategorized/storyCaption.tw
+++ b/src/uncategorized/storyCaption.tw
@@ -682,7 +682,7 @@
 
 			<<if $secExp == 1>>
 				<span id="edictButton"> <br>
-					<<link [[edicts][$nextButton = "Back", $nextLink = "Manage Arcology"]]>><</link>>
+					<<link [[Edicts|edicts][$nextButton = "Back", $nextLink = "Manage Arcology"]]>><</link>>
 				</span>
 				@@.cyan;[D]@@
 			<</if>>