diff --git a/src/uncategorized/reBusyArcade.tw b/src/uncategorized/reBusyArcade.tw index eb4fce91ae20150381236bf67e5035a54527a723..173f3906b116e4ea7664e7eea0e44d7f28df4ce8 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 b1436a69b96244481920253a01f7c03af1e1eaa4..363b8ca8147719361ea9c152ec87b94e0f184cba 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>>