From cde8684762915478b622bc1a1eef18dfb5054af3 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 10 Jun 2019 16:37:47 -0400
Subject: [PATCH] fixes

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

diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index a9885720561..3f235ab848c 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).object + " 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 828ed5599be..a6071967183 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>>
-- 
GitLab