Skip to content
Snippets Groups Projects
Commit 15d3f025 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix

parent a024ecb0
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment