From 15d3f0253c584553fad970bbb6316772ffcc9a18 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sat, 15 Feb 2020 23:42:28 -0500
Subject: [PATCH] fix

---
 src/uncategorized/reBusyArcade.tw |  2 +-
 src/utility/miscWidgets.tw        | 13 ++++++++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/reBusyArcade.tw b/src/uncategorized/reBusyArcade.tw
index eb4fce91ae2..173f3906b11 100644
--- a/src/uncategorized/reBusyArcade.tw
+++ b/src/uncategorized/reBusyArcade.tw
@@ -17,7 +17,7 @@
 <<setLocalPronouns $activeSlave>>
 <<run Enunciate($activeSlave)>>
 
-Slaves in your arcade are not immured in the facility permanently, since holding them in one position at all times would negatively impact their health. They are released to exercise, eat, bathe, and sleep, but for nothing else. You occasionally inspect them when they do so, to see that their harsh lives are not inappropriately difficult for them. One day when you are doing so, <<= SlaveFullName($activeSlave)>> flings $himself on the ground in front of you the instant $he sees you.
+Slaves in your arcade are not immured in the facility permanently, since holding them in one position at all times would negatively impact their health. They are released to exercise, eat, bathe, and sleep, but for nothing else. You occasionally inspect them when they do so, to see that their harsh lives are not inappropriately difficult for them. One day when you are doing so, <<EventNameLink>> flings $himself on the ground in front of you the instant $he sees you.
 
 <br><br>
 
diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index b1436a69b96..363b8ca8147 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -566,7 +566,18 @@ $args[0]: Slave.
 /*
  Call as <<EventNameLink>>
 */
-<<widget "EventNameLink">><span id="name"><<print "[[SlaveFullName($activeSlave)|Long Slave Description][$nextLink = passage(), $eventDescription = 1]]">></span><</widget>>
+<<widget "EventNameLink">>
+	<span id="name">
+		<<link "<<= SlaveFullName($activeSlave)>>">>
+			<<replace #longSlaveDescription>>
+				<p>
+					<<include "Long Slave Description">>
+				</p>
+			<</replace>>
+		<</link>>
+	</span>
+	<span id="longSlaveDescription"></span>
+<</widget>>
 
 /*
  Call as <<EventNameDelink>>
-- 
GitLab